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

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Thu Jan 6 07:19:37 GMT 2005


Author: subaochen
Date: 2005-01-06 07:19:34 +0000 (Thu, 06 Jan 2005)
New Revision: 687

Modified:
   plog/trunk/class/dao/userinfo.class.php
Log:
fix bug  0000120 in mantis. Thanks for oscar's comment!


Modified: plog/trunk/class/dao/userinfo.class.php
===================================================================
--- plog/trunk/class/dao/userinfo.class.php	2005-01-05 21:30:02 UTC (rev 686)
+++ plog/trunk/class/dao/userinfo.class.php	2005-01-06 07:19:34 UTC (rev 687)
@@ -5,7 +5,9 @@
      */
 
 	include_once( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
+    include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresource.class.php" );
 
+
     /**
      * Represents a user in our application. Includes information such as the username,
      * password, email, etc.
@@ -197,4 +199,4 @@
 			return true;	
 		}		
 	}
-?>
\ No newline at end of file
+?>




More information about the pLog-svn mailing list