diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index 88b21168e10..3d32599d1a7 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -207,7 +207,7 @@ $oldvallevel=0; $var=true; foreach($fulltree as $key => $val) { - $var=false; + $var=!$var; //$fullpathparent=preg_replace('/_[^_]+$/i','',$val['fullpath']); @@ -229,7 +229,7 @@ foreach($fulltree as $key => $val) else $option='indexnotexpanded'; //print $option; - print ''; + print ""; // Show tree graph pictos print '';