put out Unrecogniced GroupDAV client Message only, when debug bis enabled -> does not work, as the function is static, commented the error_log

This commit is contained in:
Klaus Leithoff 2010-07-08 09:41:06 +00:00
parent 129eaec0e3
commit 09100671ee

View File

@ -358,7 +358,7 @@ abstract class groupdav_handler
}
if (!$agent)
{
if ($this->debug) error_log("Unrecogniced GroupDAV client: HTTP_USER_AGENT='$_SERVER[HTTP_USER_AGENT]'!");
//error_log("Unrecogniced GroupDAV client: HTTP_USER_AGENT='$_SERVER[HTTP_USER_AGENT]'!");
}
else
{