Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 11741)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 11747)
@@ -282,5 +282,12 @@
 	}
 
-	function getListMailMagazine() {
+	function getListMailMagazine($is_mobile = false) {
+		
+		if($is_mobile == true) {
+			$email_column = "dtb_customer.email_mobile";
+		} else {
+			$email_column = "dtb_customer.email";			
+		}
+		
 		$this->select = "
 			SELECT 
@@ -291,5 +298,5 @@
 				dtb_customer.kana02,
 				dtb_customer.sex,
-				dtb_customer.email,
+				$email_column,		
 				dtb_customer.tel01,
 				dtb_customer.tel02,
