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