mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Silence debug
This commit is contained in:
parent
08e1ce3c9e
commit
6097c39ea5
@ -512,7 +512,7 @@ class importexport_definitions_ui
|
||||
if(is_array($content) &&! $content['edit'])
|
||||
{
|
||||
if(self::_debug) error_log('importexport.wizard->$content '. print_r($content,true));
|
||||
foreach($content as $key => $val) error_log(" $key : ".array2string($val));
|
||||
//foreach($content as $key => $val) error_log(" $key : ".array2string($val));
|
||||
// fetch plugin object
|
||||
if($content['plugin'] && $content['application'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user