From 868345fcb6e78857c6750d62d602cc769f03a617 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 25 Mar 2008 17:05:38 +0000 Subject: [PATCH] "added static to encrypt_pasword" --- phpgwapi/inc/class.auth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.auth.inc.php b/phpgwapi/inc/class.auth.inc.php index a4d20fc739..df996f32be 100644 --- a/phpgwapi/inc/class.auth.inc.php +++ b/phpgwapi/inc/class.auth.inc.php @@ -58,7 +58,7 @@ class auth extends auth_ * * @param $password password to encrypt */ - function encrypt_password($password,$sql=False) + static function encrypt_password($password,$sql=False) { if($sql) {