mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Even if not successful, attempts count as row processed
This commit is contained in:
parent
2f4d8848c5
commit
27b45f92be
@ -259,7 +259,7 @@ class addressbook_import_contacts_csv implements importexport_iface_import_plugi
|
||||
// unconditional insert
|
||||
$success = $this->action( 'insert', $record, $import_csv->get_current_position() );
|
||||
}
|
||||
if($success) $count++;
|
||||
$count++;
|
||||
}
|
||||
return $count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user