From bdd94987a6ad4cdb272f911f937b92eff0471a4d Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Thu, 23 Dec 2010 12:28:06 +0000 Subject: [PATCH] --- include/firma.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/firma.class.php b/include/firma.class.php index a267048b3..7b09e1f7a 100644 --- a/include/firma.class.php +++ b/include/firma.class.php @@ -365,7 +365,6 @@ class firma extends basis_db $qry.= " WHERE "; $matchcode=mb_strtoupper(addslashes(str_replace(array('<','>',' ',';','*','_','-',',',"'",'"'),"%",$firma_search))); $qry.=" UPPER(trim(public.tbl_firma.name)) like '%".$matchcode."%'"; - } $qry.= " ORDER BY NAME"; @@ -777,6 +776,5 @@ class firma extends basis_db return $this->firma_organisationseinheit_id; } - } ?> \ No newline at end of file