[pLog-svn] r1611 - plog/trunk/class/dao

ork at devel.plogworld.net ork at devel.plogworld.net
Sat Mar 26 20:31:35 GMT 2005


Author: ork
Date: 2005-03-26 20:31:35 +0000 (Sat, 26 Mar 2005)
New Revision: 1611

Modified:
   plog/trunk/class/dao/articlecategory.class.php
Log:
added parentId param to constructor, preset with null


Modified: plog/trunk/class/dao/articlecategory.class.php
===================================================================
--- plog/trunk/class/dao/articlecategory.class.php	2005-03-26 20:16:32 UTC (rev 1610)
+++ plog/trunk/class/dao/articlecategory.class.php	2005-03-26 20:31:35 UTC (rev 1611)
@@ -23,7 +23,7 @@
 		var $_description;
 		var $_lastModification;
 
-		function ArticleCategory( $name, $url, $blogId, $inMainPage, $description = "", $numArticles = 0, $properties = Array(), $id = -1, $lastModification=null )
+		function ArticleCategory( $name, $url, $blogId, $inMainPage, $description = "", $numArticles = 0, $properties = Array(), $id = -1, $lastModification=null, $parentId = null)
 		{
 			$this->DbObject();
 			$this->_name = $name;




More information about the pLog-svn mailing list