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 '| '.translate("Commandes à valider").' |
';
- $var = True;
+ $var = False;
while ($i < $num)
{
$obj = $db->fetch_object($i);
@@ -235,7 +235,7 @@ if ( $db->query($sql) )
{
print '';
print '| Propositions commerciales ouvertes |
';
- $var=True;
+ $var=False;
while ($i < $num)
{
$obj = $db->fetch_object( $i);
@@ -275,7 +275,7 @@ if ($conf->propal->enabled) {
$i = 0;
print '';
print '| Dernières propositions commerciales |
';
- $var=True;
+ $var=False;
while ($i < $num)
{
$objp = $db->fetch_object( $i);