';
// List of possible labels (defined into $_Avery_Labels variable set into format_cards.lib.php)
$arrayoflabels=array();
foreach(array_keys($_Avery_Labels) as $codecards)
@@ -284,7 +284,7 @@ print '
';
diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php
index f7e29a695a1..6dbb6bccca4 100644
--- a/htdocs/public/test/test_arrays.php
+++ b/htdocs/public/test/test_arrays.php
@@ -4,7 +4,7 @@ define("NOCSRFCHECK",1); // We accept to go on this page from external web site.
require '../../main.inc.php';
-if (empty($conf->global->MAIN_FEATURES_LEVEL))
+if (!empty($conf->global->MAIN_FEATURES_LEVEL))
{
print "Page available onto dev environment only";
exit;
@@ -23,7 +23,7 @@ if (empty($conf->global->MAIN_FEATURES_LEVEL))
-
+
@@ -58,7 +58,7 @@ Example 0a : Table with div+div+div containg a select that should be overflowed
Example 0b: Table with div+form+div containg a select that should be overflowed and truncated