forked from extern/egroupware
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
|
// unconditional insert
|
||||||
$success = $this->action( 'insert', $record, $import_csv->get_current_position() );
|
$success = $this->action( 'insert', $record, $import_csv->get_current_position() );
|
||||||
}
|
}
|
||||||
if($success) $count++;
|
$count++;
|
||||||
}
|
}
|
||||||
return $count;
|
return $count;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user