Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12507)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12517)
@@ -202,11 +202,6 @@
 		//¥É¥á¥¤¥ó»ØÄê
         if ( $mode == 'magazine' ){
+        	global $arrDomainType;
         	$sql_where = "";
-        	$arrDomainType = array(
-                      1 => "docomo.ne.jp",
-                      2 => "ezweb.ne.jp",
-                      3 => "softbank.ne.jp",
-                      4 => "vodafone.ne.jp"
-                  );
             $domain = ($this->arrSql['domain']);
             //¥É¥á¥¤¥ó»ØÄê»þ
@@ -231,4 +226,5 @@
 		        	    $this->arrVal[] = $searchDomain;
 		            }
+		            $this->setWhere($sql_where);
             	}
             	//¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó
@@ -251,8 +247,7 @@
 		        	    $this->arrVal[] = $searchDomain;
 		            }
+		            $this->setWhereOR($sql_where);
             	}
-                        print_r($searchDomain);
-            }
-            $this->setWhere($sql_where);
+            }  
         }  
 print_r($this->arrSql);
