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

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jan 19 18:57:59 GMT 2006


Author: mark
Date: 2006-01-19 18:57:58 +0000 (Thu, 19 Jan 2006)
New Revision: 2822

Modified:
   plog/trunk/class/dao/userinfo.class.php
Log:
Revert SVN rev. 2821. The modification is wrong... need more investigation.

Modified: plog/trunk/class/dao/userinfo.class.php
===================================================================
--- plog/trunk/class/dao/userinfo.class.php	2006-01-19 15:56:46 UTC (rev 2821)
+++ plog/trunk/class/dao/userinfo.class.php	2006-01-19 18:57:58 UTC (rev 2822)
@@ -28,7 +28,7 @@
 			$this->DbObject();
 
 			$this->setUsername( $username );
-			$this->setPassword( $password );
+			$this->_password = $password;
 			$this->_id = $id;
 			$this->_aboutmyself = $aboutMyself;
 			$this->_email = $email;



More information about the pLog-svn mailing list