1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-08-15 10:52:30 +02:00

Reset warnings before starting import

This commit is contained in:
Nathan Gray
2012-02-14 18:34:44 +00:00
parent 2939d7bbf3
commit f175a12c6e

@ -159,6 +159,7 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin {
// Failures
$this->errors = array();
$this->warnings = array();
while ( $record = $import_csv->get_record() ) {
$success = false;