Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12427)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12429)
@@ -202,11 +202,13 @@
         if ( $mode == 'magazine' ){
         	$val = ($this->arrSql['domain']);
+        	//¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó»ØÄê
         	if($val==3){
         		if($this->arrSql['mail_type']==1){
-            	$this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%@vodafone.ne.jp%'" );
+            	$this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%vodafone.ne.jp'" );
         	}elseif($this->arrSql['mail_type']==2){
         		$this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%' OR email_mobile LIKE '%@softbank.ne.jp%' OR email_mobile LIKE '%@ezweb.ne.jp%' OR email_mobile LIKE '%@vodafone.ne.jp%'" );
         	    }
         	}
+        	//£Ð£Ã¥É¥á¥¤¥ó»ØÄê
         	if($val==2){
         		if($this->arrSql['mail_type']==1){
