From 6e1cf10eaf4b736622b06afa44808e72d42a4e53 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 13:27:55 +0000 Subject: [PATCH] Modif permissions --- htdocs/product/index.php3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/product/index.php3 b/htdocs/product/index.php3 index 0641ef1f028..16a87fae18e 100644 --- a/htdocs/product/index.php3 +++ b/htdocs/product/index.php3 @@ -67,9 +67,9 @@ if ($snom) $sql .= " AND lower(p.label) like '%".strtolower($snom)."%'"; } - $sql .= " ORDER BY $sortfield $sortorder "; - $sql .= $db->plimit($limit + 1 ,$offset); - $result = $db->query($sql) ; +$sql .= " ORDER BY $sortfield $sortorder "; +$sql .= $db->plimit($limit + 1 ,$offset); +$result = $db->query($sql) ; if ($result) {