Add a kind of data preview to vcard import dry run

This commit is contained in:
Nathan Gray 2012-10-04 16:22:03 +00:00
parent 20db974942
commit e50ff25831

View File

@ -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 {