From e68c9f38494744eb4b9d6af25577cd0ef3bbc8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 4 May 2010 09:55:25 +0000 Subject: [PATCH] --- include/firma.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/firma.class.php b/include/firma.class.php index 0a2a61132..40f1580b2 100644 --- a/include/firma.class.php +++ b/include/firma.class.php @@ -502,8 +502,8 @@ class firma extends basis_db if($firmentyp_kurzbz!='') $qry.=" and firmentyp_kurzbz='".addslashes($firmentyp_kurzbz)."'"; - if($filter=='' && $firmentyp_kurzbz=='') - $qry.=" limit 500 "; + //if($filter=='' && $firmentyp_kurzbz=='') + // $qry.=" limit 500 "; $qry.=") as a ORDER BY name "; if($this->db_query($qry))