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')));
 	
 	//ÃÂÀ¸Æü¤ÎÇ¯·îÆü¼èÆÀ
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();
 	//´°Î»¥Ú¡¼¥¸¤Ø
