From ba9871f4c8f7489ee68cf0666dea656c9c89a463 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 3 Nov 2010 10:06:08 +0000 Subject: [PATCH] switched off forgotten permanent error_log --- phpgwapi/inc/class.groupdav.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.groupdav.inc.php b/phpgwapi/inc/class.groupdav.inc.php index 70dc278606..4b2b966d38 100644 --- a/phpgwapi/inc/class.groupdav.inc.php +++ b/phpgwapi/inc/class.groupdav.inc.php @@ -384,7 +384,7 @@ class groupdav extends HTTP_WebDAV_Server */ function _properties($app,$no_extra_types=false,$user=null,$path='/') { - if ($this->debug) ;error_log(__CLASS__."::$method(app='$app', no_extra_types=$no_extra_types, user='$user', path='$path')"); + if ($this->debug) error_log(__METHOD__."(app='$app', no_extra_types=$no_extra_types, user='$user', path='$path')"); if ($user) { $account_lid = $this->accounts->id2name($user);