"added static to encrypt_pasword"

This commit is contained in:
Ralf Becker 2008-03-25 17:05:38 +00:00
parent 8a9e4d3d9d
commit 868345fcb6

View File

@ -58,7 +58,7 @@ class auth extends auth_
* *
* @param $password password to encrypt * @param $password password to encrypt
*/ */
function encrypt_password($password,$sql=False) static function encrypt_password($password,$sql=False)
{ {
if($sql) if($sql)
{ {