From dccb36e16a1d59955cef013ad57306fd6eb7e670 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Fri, 12 Oct 2012 15:53:17 +0000 Subject: [PATCH] Fix typo causing new/edit definition suggestions to always be shown --- importexport/inc/class.importexport_import_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index 1db226991a..c9745e7d62 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -319,7 +319,7 @@ // $ok = false; } } - if(!$ok || count($message != $message_count)) + if(!$ok || count($message) != $message_count) { // Add links for new / edit definition $config = config::read('importexport');