Index: branches/dev/data/Smarty/templates/mobile/mypage/set2.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/mypage/set2.tpl	(revision 11460)
+++ branches/dev/data/Smarty/templates/mobile/mypage/set2.tpl	(revision 11653)
@@ -31,5 +31,5 @@
 	¡Ú¥á¡¼¥ë¥Þ¥¬¥¸¥ó¡Û<br>
 	¤ªÆÀ¤Ê¾ðÊó¤ò´õË¾¤µ¤ì¤Þ¤¹¤«¡©<br>
-	ÇÛ¿®´õË¾<input type="checkbox" name="mail_flag" value="on" <!--{if $arrForm.mail_flag eq '2'}-->checked<!--{/if}--> /><br>
+	ÇÛ¿®´õË¾<input type="checkbox" name="mailmaga_flg" value="on" <!--{if $arrForm.mailmaga_flg eq '2'}-->checked<!--{/if}--> /><br>
 	¡Ê´õË¾¤µ¤ì¤Ê¤¤¾ì¹ç¤Ï¥Á¥§¥Ã¥¯¤ò¤Ï¤º¤·¤Æ¤¯¤À¤µ¤¤¡Ë<br>
 	<br>
Index: branches/dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl
===================================================================
--- branches/dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl	(revision 11460)
+++ branches/dev/data/Smarty/templates/mobile/mypage/change_confirm.tpl	(revision 11653)
@@ -31,5 +31,5 @@
 	
 	¡ÚÒ°ÙÏ¶Þ¼ÞÝÞ¡Û<br>
-	<!--{if $list_data.mail_flag eq 2}-->´õË¾¤¹¤ë<!--{else}-->´õË¾¤·¤Ê¤¤<!--{/if}--><br>
+	<!--{if $list_data.mailmaga_flg eq 2}-->´õË¾¤¹¤ë<!--{else}-->´õË¾¤·¤Ê¤¤<!--{/if}--><br>
 	<br>
 
Index: branches/dev/html/mobile/mypage/refusal.php
===================================================================
--- branches/dev/html/mobile/mypage/refusal.php	(revision 11460)
+++ branches/dev/html/mobile/mypage/refusal.php	(revision 11653)
@@ -41,6 +41,4 @@
 	$where = "email ILIKE ?";
 	if (DB_TYPE == "mysql")	$where = sfChangeILIKE($where);
-
-	$objQuery->delete("dtb_customer_mail", $where, array($objCustomer->getValue('email')));
 	$objCustomer->EndSession();
 	//´°Î»¥Ú¡¼¥¸¤Ø
Index: branches/dev/html/mobile/mypage/change.php
===================================================================
--- branches/dev/html/mobile/mypage/change.php	(revision 11652)
+++ branches/dev/html/mobile/mypage/change.php	(revision 11653)
@@ -134,8 +134,8 @@
 
 			// ¥á¡¼¥ë¼õ¤±¼è¤ê
-			if (strtolower($_POST['mail_flag']) == "on") {
-				$_POST['mail_flag']  = "2";
+			if (strtolower($_POST['mailmaga_flg']) == "on") {
+				$_POST['mailmaga_flg']  = "2";
 			} else {
-				$_POST['mail_flag']  = "3";
+				$_POST['mailmaga_flg']  = "3";
 			}
 
@@ -449,5 +449,5 @@
 
 	//¥á¥ë¥Þ¥¬¥Õ¥é¥°¼èÆÀ
-	$arrForm['mail_flag'] = $objQuery->get("dtb_customer","mailmaga_flg","email=?", array($objCustomer->getValue('email_mobile')));
+	$arrForm['mailmaga_flg'] = $objQuery->get("dtb_customer","mailmaga_flg","email=?", array($objCustomer->getValue('email_mobile')));
 	
 	//ÃÂÀ¸Æü¤ÎÇ¯·îÆü¼èÆÀ
