From 94ad4f75237e51809291d18f8c1f96ec7bdc6411 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 26 Jan 2007 15:07:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20suppression=20d'un=20print=20de=20d=E9bu?= =?UTF-8?q?gage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 53da854b18d..9beba69f995 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1791,7 +1791,7 @@ else $sql .= ' ORDER BY '.$sortfield.' '.$sortorder.', p.ref DESC'; $sql .= $db->plimit($limit + 1,$offset); $result=$db->query($sql); -print "xxx".$sql; + if ($result) { $num = $db->num_rows($result);