Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 11749)
+++ branches/dev/html/admin/mail/index.php	(revision 11750)
@@ -165,5 +165,5 @@
 		$objQuery->setorder("customer_id DESC");
 		
-		// ¸¡º÷·ë²Ì¤Î¼èÆÀ
+		// ¸¡º÷·ë²Ì¤Î¼èÆÀ			
 		$is_mobile = false;
 		switch($_POST['mail_type']) {
@@ -178,7 +178,19 @@
 				break;
 		}
+		$col = "dtb_customer.customer_id,
+				dtb_customer.name01,
+				dtb_customer.name02,
+				dtb_customer.kana01,
+				dtb_customer.kana02,
+				dtb_customer.sex,
+				$email_column,		
+				dtb_customer.tel01,
+				dtb_customer.tel02,
+				dtb_customer.tel03,
+				dtb_customer.pref, 
+				dtb_customer.mailmaga_flg";
+						
 		$col = $objSelect->getListMailMagazine($is_mobile);
 		$objPage->arrResults = $objQuery->select($col, $from, $where, $arrval);
-sfprintr($where);
 		//¸½ºß»þ¹ï¤Î¼èÆÀ
 		$objPage->arrNowDate = lfGetNowDate();
