From 4ff4c3d47958a207e52c49d766119b5d7ba6b36f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 8 Jul 2009 15:45:09 +0000 Subject: [PATCH] Log --- htdocs/admin/modules.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";