From 4a3b75636dae58d86b6db21f9bcbae749c002d15 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 9 Nov 2003 18:00:27 +0000 Subject: [PATCH] Correction bug url fiche societe --- htdocs/commande/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 95c95597849..31f9d8a919a 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -65,7 +65,7 @@ if ( $db->query($sql) ) $var=!$var; $obj = $db->fetch_object($i); print "rowid\">$obj->ref"; - print ''.$obj->nom.''; + print ''.$obj->nom.''; $i++; } print "
";