plugins/admin/UserManager.php
changeset 1382 78fbedb876f3
parent 1275 e15d38ae8623
equal deleted inserted replaced
1381:6b25c6bfd246 1382:78fbedb876f3
   728 	
   728 	
   729 	/**
   729 	/**
   730  	* Constructor.
   730  	* Constructor.
   731  	*/
   731  	*/
   732 	
   732 	
   733 	function Admin_UserManager_SmartForm()
   733 	function __construct()
   734 	{
   734 	{
   735 		$this->uuid = md5( mt_rand() . microtime() );
   735 		$this->uuid = md5( mt_rand() . microtime() );
   736 	}
   736 	}
   737 	
   737 	
   738 	/**
   738 	/**