Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 13945)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 13948)
@@ -204,10 +204,9 @@
         	global $arrDomainType;
         	$sql_where = "";
-        	$domain = ($this->arrSql['domain']);
         	//¥É¥á¥¤¥ó»ØÄê»þ
         	
         		foreach($arrDomainType as $val) {
         			//PC¥É¥á¥¤¥ó
-        			if($domain == 2) {
+        			if($this->arrSql['domain'] == 2) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email NOT ILIKE ? ";
@@ -217,5 +216,5 @@
         			}
         			//·ÈÂÓ¥É¥á¥¤¥ó
-        			if($domain == 3) {
+        			if($this->arrSql['domain'] == 3) {
         				if($sql_where == "") {
         					$sql_where .= "dtb_customer.email ILIKE ? ";
