[pLog-svn] r5986 - plog/branches/lifetype-1.2/class/dao/userdata

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Oct 15 16:30:17 EDT 2007


Author: oscar
Date: 2007-10-15 16:30:16 -0400 (Mon, 15 Oct 2007)
New Revision: 5986

Modified:
   plog/branches/lifetype-1.2/class/dao/userdata/vbb3userdataprovider.class.php
Log:
Strange thing in the vbb3 provider, it doesn't allow to create new users...


Modified: plog/branches/lifetype-1.2/class/dao/userdata/vbb3userdataprovider.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/userdata/vbb3userdataprovider.class.php	2007-10-13 15:39:56 UTC (rev 5985)
+++ plog/branches/lifetype-1.2/class/dao/userdata/vbb3userdataprovider.class.php	2007-10-15 20:30:16 UTC (rev 5986)
@@ -407,7 +407,7 @@
          */
         function addUser( &$user )
         {	        
-	        return false; //nerver change data in vbb table , just tell pblog can not do that
+	        //return false; //nerver change data in vbb table , just tell pblog can not do that
 	        $password = $user->getPassword();
 	        $id = $this->getLastPhpBBUserId();
 	        	



More information about the pLog-svn mailing list