switch off permanent error_log

This commit is contained in:
Ralf Becker 2012-01-07 23:05:31 +00:00
parent 043b895a04
commit c1f61c914b

View File

@ -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)
{