mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +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 ) {
|
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