silence permanent error_log

This commit is contained in:
Ralf Becker 2015-08-31 12:02:01 +00:00
parent 49873b317a
commit a96d7d50be

View File

@ -70,7 +70,7 @@ class auth_mail implements auth_backend
$mailauth = false; $mailauth = false;
} }
error_log(__METHOD__."('$username', \$passwd) checked via Horde code returning ".array2string($mailauth)); //error_log(__METHOD__."('$username', \$passwd) checked via Horde code returning ".array2string($mailauth));
} }
else else
{ {