mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Set DEBUG back to 0
This commit is contained in:
parent
3bcb19e767
commit
3038c414e4
@ -313,7 +313,7 @@
|
||||
global $phpgw,$phpgw_info;
|
||||
|
||||
if (!$fields || empty($fields)) { $fields = $this->stock_contact_fields; }
|
||||
$DEBUG = 1;
|
||||
$DEBUG = 0;
|
||||
|
||||
list($stock_fields,$stock_fieldnames,$extra_fields) = $this->split_stock_and_extras($fields);
|
||||
if (count($stock_fieldnames))
|
||||
|
Loading…
Reference in New Issue
Block a user