From b72fb5e76b0ee3380e798bcb63dcdd23927f8362 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Wed, 24 Nov 2010 11:25:37 +0000 Subject: [PATCH] code alignment --- .../inc/class.importexport_basic_import_csv.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/importexport/inc/class.importexport_basic_import_csv.inc.php b/importexport/inc/class.importexport_basic_import_csv.inc.php index b1e62c5489..b197a2c377 100644 --- a/importexport/inc/class.importexport_basic_import_csv.inc.php +++ b/importexport/inc/class.importexport_basic_import_csv.inc.php @@ -83,9 +83,9 @@ abstract class importexport_basic_import_csv implements importexport_iface_impor protected $errors = array(); /** - * List of actions, and how many times that action was taken - */ - protected $results = array(); + * List of actions, and how many times that action was taken + */ + protected $results = array(); /** * imports entries according to given definition object.