From efd0854e9f0be8118c6828b27ed648909bedba39 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 12 Feb 2004 22:39:57 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20les=20listes=20commencent=20avec=20var?= =?UTF-8?q?=20=E0=20False?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 926a6e16d8f..2f8f40b19ce 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -129,7 +129,7 @@ if ( $db->query($sql) ) print ''; print ''; print ''; - $var = True; + $var = False; while ($i < $num) { $obj = $db->fetch_object($i); @@ -235,7 +235,7 @@ if ( $db->query($sql) ) { print '
'.translate("Commandes à valider").'
'; print ''; - $var=True; + $var=False; while ($i < $num) { $obj = $db->fetch_object( $i); @@ -275,7 +275,7 @@ if ($conf->propal->enabled) { $i = 0; print '
Propositions commerciales ouvertes
'; print ''; - $var=True; + $var=False; while ($i < $num) { $objp = $db->fetch_object( $i);
Dernières propositions commerciales