diff --git a/pages/csvimport.php b/pages/csvimport.php index f78662901..58a2e6745 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -993,7 +993,7 @@ EOF iOccurences++; } }); - if (iOccurences > 1) + if ((iOccurences > 1) && (sRefValue != ':none:')) { $(this).parent().css({'border': '2px #D81515 solid'}); bResult = false;