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

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


Author: oscar
Date: 2006-09-23 10:14:05 +0000 (Sat, 23 Sep 2006)
New Revision: 4025

Modified:
   plog/branches/lifetype-1.1.1/class/dao/userinfo.class.php
Log:
whoops...

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-23 10:10:52 UTC (rev 4024)
+++ plog/branches/lifetype-1.1.1/class/dao/userinfo.class.php	2006-09-23 10:14:05 UTC (rev 4025)
@@ -1,7 +1,7 @@
 <?php
 
 	include_once( PLOG_CLASS_PATH."class/database/dbobject.class.php" );
-	include_once( PLOG_CLASS_PATH."class/dao/userstatuslist.class.php" );
+	include_once( PLOG_CLASS_PATH."class/dao/userstatus.class.php" );
 
     /**
      * Represents a user in our application. Includes information such as the username,



More information about the pLog-svn mailing list