From f1aac5ab0efbbe193603312b0a5cc3213e1f1335 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Jun 2005 08:42:01 +0000 Subject: [PATCH] Suppression de la limite dans la requete des retours --- htdocs/telephonie/ligne/commande/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/telephonie/ligne/commande/index.php b/htdocs/telephonie/ligne/commande/index.php index 8fd9980dbbf..f5110ba3366 100644 --- a/htdocs/telephonie/ligne/commande/index.php +++ b/htdocs/telephonie/ligne/commande/index.php @@ -111,7 +111,6 @@ $sql .= " cli,mode,situation,date_mise_service,date_resiliation,motif_resiliatio $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_commande_retour"; $sql .= " WHERE traite = 0 AND mode = 'PRESELECTION'"; -$sql .= " LIMIT 10"; if ($db->query($sql)) {