Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 14066)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 14067)
@@ -210,5 +210,5 @@
         			if($this->arrSql['domain'] == 3) {
         				if($sql_where == "") {
-        					$sql_where .= "dtb_customer.email  ILIKE ? ";
+        					$sql_where = "dtb_customer.email  ILIKE ? ";
         				} else {
         					$sql_where .= "OR dtb_customer.email  ILIKE ? " ;
