[pLog-svn] r4024 - plog/branches/lifetype-1.1.1/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Sep 23 10:10:53 GMT 2006


Author: oscar
Date: 2006-09-23 10:10:52 +0000 (Sat, 23 Sep 2006)
New Revision: 4024

Modified:
   plog/branches/lifetype-1.1.1/class/dao/userinfo.class.php
Log:
Added a missing include

Modified: plog/branches/lifetype-1.1.1/class/dao/userinfo.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/dao/userinfo.class.php	2006-09-22 22:20:53 UTC (rev 4023)
+++ plog/branches/lifetype-1.1.1/class/dao/userinfo.class.php	2006-09-23 10:10:52 UTC (rev 4024)
@@ -1,6 +1,7 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/userstatuslist.class.php" );
 
     /**
      * Represents a user in our application. Includes information such as the username,



More information about the pLog-svn mailing list