From 0a42efdbddb6268ef46d76d4d461197153062a4c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 21 Jul 2004 10:04:51 +0000 Subject: [PATCH] =?UTF-8?q?Bugfix=20sur=20le=20num=E9ros=20des=20propales?= =?UTF-8?q?=20dans=20la=20liste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 50693d2ee6f..1435c4a37b7 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -376,7 +376,7 @@ if ($conf->propal->enabled) { { $obj = $db->fetch_object( $i); print "propalid."\">".img_file()." "; - print "rowid."\">".$obj->ref.""; + print "propalid."\">".$obj->ref.""; print "idp\">$obj->nom\n"; print ""; print strftime("%e %b %Y",$obj->dp)."\n";