[pLog-svn] r3048 - plog/trunk/class/gallery/dao
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Sun Mar 12 17:22:07 GMT 2006
    
    
  
Author: oscar
Date: 2006-03-12 17:22:07 +0000 (Sun, 12 Mar 2006)
New Revision: 3048
Modified:
   plog/trunk/class/gallery/dao/galleryalbum.class.php
Log:
removed another notice message
Modified: plog/trunk/class/gallery/dao/galleryalbum.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryalbum.class.php	2006-03-12 17:20:20 UTC (rev 3047)
+++ plog/trunk/class/gallery/dao/galleryalbum.class.php	2006-03-12 17:22:07 UTC (rev 3048)
@@ -19,6 +19,7 @@
         var $_description;
         var $_flags;
         var $_parentId;
+		var $_parent;
         var $_date;
         var $_id;
         var $_numResources;
@@ -52,6 +53,7 @@
             $this->_description = $description;
             $this->_flags = $flags;
             $this->_parentId = $parentId;
+			$this->_parent = null;
             $this->_date = $date;
             $this->_id = $id;
             $this->_numResources = 0;
    
    
More information about the pLog-svn
mailing list