From bc382f8cc961140dd9738466f2557501c6750eda Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 13 Dec 2006 16:18:25 +0000 Subject: [PATCH] Bugfix sur url --- htdocs/fourn/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index 15469a49e15..85c5242ef1d 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -117,7 +117,7 @@ if ($resql) print ""; print ''.$commande->statuts[$row[1]].''; print ''.$row[0].''; - print ''.$commande->LibStatut($row[1],3).''; + print ''.$commande->LibStatut($row[1],3).''; print "\n"; $i++;