mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
quitent debug output if dry-run is set
This commit is contained in:
parent
f9347fbf4c
commit
da0059c38a
@ -232,7 +232,7 @@ class addressbook_import_contacts_csv implements importexport_iface_import_plugi
|
||||
unset($_data['id']);
|
||||
}
|
||||
if ( $this->dry_run ) {
|
||||
print_r($_data);
|
||||
//print_r($_data);
|
||||
$this->results[$_action]++;
|
||||
return true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user