Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 13950)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 13951)
@@ -204,14 +204,10 @@
         	global $arrDomainType;
         	$sql_where = "";
+        	$domain = ($this->arrSql['domain']);
         	//¥É¥á¥¤¥ó»ØÄê»þ
-        	
+        	if($domain == 2 || $domain == 3) {
         		foreach($arrDomainType as $val) {
-        			//»ØÄê¤·¤Ê¤¤
-        			if($this->arrSql['domain'] == 1) {
-        				exit;
-        			}
-        			
         			//PC¥É¥á¥¤¥ó
-        			if($this->arrSql['domain'] == 2) {
+        			if($domain == 2) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email NOT ILIKE ? ";
@@ -221,5 +217,5 @@
         			}
         			//·ÈÂÓ¥É¥á¥¤¥ó
-        			if($this->arrSql['domain'] == 3) {
+        			if($domain == 3) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email ILIKE ? ";
@@ -231,5 +227,5 @@
         			$this->arrVal[] = $searchDomain;
         		}
-        	
+        	}
         	$this->setWhere($sql_where);
         }
