Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 13927)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 13928)
@@ -227,5 +227,6 @@
         			$this->arrVal[] = $searchDomain;
         		}
-        		$this->setWhere($sql_where);
+        		print_r($sql_where);
+        		$this->etWhere($sql_where);
         	}
         }
