From 26a17a7f142091942054c806565e449590b9797a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 16 Nov 2004 21:43:08 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20recherche=20par=20premi?= =?UTF-8?q?er=20caract=E8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/prospects.php | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index 273152c43b3..dc5978b5565 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -78,11 +78,6 @@ if (strlen($stcomm)) $sql .= " AND s.fk_stcomm=$stcomm"; } -if (strlen($user->page_param["begin"])) -{ - $sql .= " AND upper(s.nom) like '".$user->page_param["begin"]."%'"; -} - if ($user->societe_id) { $sql .= " AND s.idp = " .$user->societe_id; @@ -125,24 +120,6 @@ if ($result) print_barre_liste($langs->trans("ProspectList"), $page, "prospects.php",'&stcomm='.$_GET["stcomm"],"","",'',$num); - print '
'; - - print "| *\n| "; - for ($ij = 65 ; $ij < 91; $ij++) { - print ""; - - if ($user->page_param["begin"] == chr($ij) ) - { - print ">" . chr($ij) . "<" ; - } - else - { - print chr($ij); - } - print " | "; - } - print "
"; - $i = 0; print '';