[pLog-svn] r1585 - plog/trunk/class/summary/action

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Mar 23 10:10:39 GMT 2005


Author: oscar
Date: 2005-03-23 10:10:39 +0000 (Wed, 23 Mar 2005)
New Revision: 1585

Modified:
   plog/trunk/class/summary/action/summaryupdatepassword.class.php
Log:
removed a print() from the code


Modified: plog/trunk/class/summary/action/summaryupdatepassword.class.php
===================================================================
--- plog/trunk/class/summary/action/summaryupdatepassword.class.php	2005-03-23 08:02:57 UTC (rev 1584)
+++ plog/trunk/class/summary/action/summaryupdatepassword.class.php	2005-03-23 10:10:39 UTC (rev 1585)
@@ -56,7 +56,6 @@
 			$users =  new Users();
 			$userInfo->setPassword( $this->_newPassword );
 			$users->updateUser( $userInfo );
-			print("password = ".$this->_newPassword);
 			$this->_view = new SummaryView( "message" );
 			$this->_view->setSuccessMessage( $this->_locale->tr("password_updated_ok" ));
 			




More information about the pLog-svn mailing list