mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +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(is_array($content) &&! $content['edit'])
|
||||||
{
|
{
|
||||||
if(self::_debug) error_log('importexport.wizard->$content '. print_r($content,true));
|
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
|
// fetch plugin object
|
||||||
if($content['plugin'] && $content['application'])
|
if($content['plugin'] && $content['application'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user