From 74b75b59e5540eba74bb5db7c4b6ae56240b51a8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 2 Mar 2004 11:57:42 +0000 Subject: [PATCH] =?UTF-8?q?Augmentation=20de=20l'affichage=20du=20nombre?= =?UTF-8?q?=20de=20societe=20=E0=20contacter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/prospect/index.php b/htdocs/comm/prospect/index.php index c1527bf455b..a0be64639da 100644 --- a/htdocs/comm/prospect/index.php +++ b/htdocs/comm/prospect/index.php @@ -175,7 +175,7 @@ $sql = "SELECT s.nom, s.idp"; $sql .= " FROM ".MAIN_DB_PREFIX."societe as s"; $sql .= " WHERE s.fk_stcomm = 1"; $sql .= " ORDER BY s.tms ASC"; -$sql .= $db->plimit(5, 0); +$sql .= $db->plimit(15, 0); if ( $db->query($sql) ) {