From 8f66eb3773d277308d4390652ab2037b90b315bc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 4 Sep 2003 11:12:30 +0000 Subject: [PATCH] Correction URL nom de societe --- htdocs/projet/index.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index 52ea886ec54..46978fc7ed1 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -99,14 +99,13 @@ if ( $db->query($sql) ) while ($i < $num) { - $objp = $db->fetch_object( $i); - + $objp = $db->fetch_object( $i); $var=!$var; print ""; print "projectid\">$objp->title\n"; print "projectid\">$objp->ref\n"; - print "idp\">$objp->nom\n"; - print "\n"; + print "idp\">$objp->nom\n"; + print "\n"; $i++; }