From c1f61c914bac5359b0c3b405c63fc635f6d92afa Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 7 Jan 2012 23:05:31 +0000 Subject: [PATCH] switch off permanent error_log --- phpgwapi/inc/class.uiaccountsel.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.uiaccountsel.inc.php b/phpgwapi/inc/class.uiaccountsel.inc.php index 236cb86d10..1982a200fc 100644 --- a/phpgwapi/inc/class.uiaccountsel.inc.php +++ b/phpgwapi/inc/class.uiaccountsel.inc.php @@ -85,7 +85,7 @@ class uiaccountsel */ function selection($name,$element_id,$selected,$use='accounts',$lines=0,$not=False,$options='',$onchange='',$select=False,$nohtml=false,$label_callback=null) { - error_log(__METHOD__."('$name',".array2string($selected).",'$use',rows=$lines,$not,'$options','$onchange',".array2string($select).",$nohtml,$label_callback) account_selection=$this->account_selection"); + //error_log(__METHOD__."('$name',".array2string($selected).",'$use',rows=$lines,$not,'$options','$onchange',".array2string($select).",$nohtml,$label_callback) account_selection=$this->account_selection"); $multi_size=4; if ($lines < 0) {