diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index 7046e412dba..b8dcad1cf8d 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -367,14 +367,16 @@ foreach ($orders as $key => $value)
}
// Print a separator if we change family
+ //print "
xx".$oldfamily."-".$family."-".$atleastoneforfamily."
|
";
if ($oldfamily && $family!=$oldfamily && $atleastoneforfamily) {
print "
\n | \n
\n";
$atleastoneforfamily=0;
+ //print "yy".$oldfamily."-".$family."-".$atleastoneforfamily."
|
";
}
if ($objMod->special == $mode)
{
- $atleastoneforfamily=1;
+ $atleastoneforfamily++;
$var=!$var;
print "
\n";