From 5a8cd752b18bf3445c9b566d0ba2d617a0685bec Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 13 May 2010 10:46:20 +0000 Subject: [PATCH] "removed permannent error_log" --- phpgwapi/inc/class.auth.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpgwapi/inc/class.auth.inc.php b/phpgwapi/inc/class.auth.inc.php index fd9b9e0510..462bb3a4ab 100644 --- a/phpgwapi/inc/class.auth.inc.php +++ b/phpgwapi/inc/class.auth.inc.php @@ -289,7 +289,6 @@ class auth */ static function encrypt_sql($password) { -error_log(__METHOD__."('$password') \$GLOBALS['egw_info']['server']['sql_encryption_type']=".array2string($GLOBALS['egw_info']['server']['sql_encryption_type'])); /* Grab configured type, or default to md5() (old method) */ $type = @$GLOBALS['egw_info']['server']['sql_encryption_type'] ? strtolower($GLOBALS['egw_info']['server']['sql_encryption_type'])