mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Silence debug error log
This commit is contained in:
parent
9b09267e0b
commit
c2bd221ae0
@ -471,7 +471,7 @@ class Select extends Etemplate\Widget
|
||||
$values[] = $key;
|
||||
}
|
||||
}
|
||||
error_log(__METHOD__."('$name', TRUE) options=".array2string($options).' --> values='.array2string($values));
|
||||
//error_log(__METHOD__."('$name', TRUE) options=".array2string($options).' --> values='.array2string($values));
|
||||
$options = $values;
|
||||
}
|
||||
//error_log(__METHOD__."('$name') returning ".array2string($options));
|
||||
|
Loading…
Reference in New Issue
Block a user