"removed permannent error_log"

This commit is contained in:
Ralf Becker 2010-05-13 10:46:20 +00:00
parent ee9650dce6
commit 5a8cd752b1

View File

@ -289,7 +289,6 @@ class auth
*/ */
static function encrypt_sql($password) 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) */ /* Grab configured type, or default to md5() (old method) */
$type = @$GLOBALS['egw_info']['server']['sql_encryption_type'] $type = @$GLOBALS['egw_info']['server']['sql_encryption_type']
? strtolower($GLOBALS['egw_info']['server']['sql_encryption_type']) ? strtolower($GLOBALS['egw_info']['server']['sql_encryption_type'])