mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
Add a kind of data preview to vcard import dry run
This commit is contained in:
parent
20db974942
commit
e50ff25831
@ -222,7 +222,7 @@ class addressbook_import_vcard implements importexport_iface_import_plugin {
|
||||
}
|
||||
|
||||
if ( $this->dry_run ) {
|
||||
//print_r($_data);
|
||||
print_r($_data);
|
||||
$this->results[$_action]++;
|
||||
return true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user