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