[Fusionforge-commits] r8822 - trunk/gforge/common/search

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Feb 12 17:45:35 CET 2010


Author: lolando
Date: 2010-02-12 17:45:35 +0100 (Fri, 12 Feb 2010)
New Revision: 8822

Modified:
   trunk/gforge/common/search/SearchQuery.class.php
Log:
Fixed SQL error

Modified: trunk/gforge/common/search/SearchQuery.class.php
===================================================================
--- trunk/gforge/common/search/SearchQuery.class.php	2010-02-12 16:38:25 UTC (rev 8821)
+++ trunk/gforge/common/search/SearchQuery.class.php	2010-02-12 16:45:35 UTC (rev 8822)
@@ -227,7 +227,7 @@
 							 $this->operator) ;
 			}
 			$qpa = db_construct_qpa ($qpa,
-						 'lower ('.$fieldName.' LIKE $1',
+						 'lower ('.$fieldName.') LIKE $1',
 						 $wordArgs[$i]) ;
 		}
 		return $qpa ;




More information about the Fusionforge-commits mailing list