Index: branches/dev/html/mobile/entry/index.php
===================================================================
--- branches/dev/html/mobile/entry/index.php	(revision 11669)
+++ branches/dev/html/mobile/entry/index.php	(revision 11673)
@@ -256,5 +256,13 @@
 		$count = $objConn->getOne("SELECT COUNT(*) FROM dtb_customer WHERE secret_key = ?", array($uniqid));
 	}
-	
+
+	if ($arrRegist["mailmaga_flg"] == 1) {
+		$arrRegist["mailmaga_flg"] = 4; 
+	} elseif ($arrRegist["mailmaga_flg"] == 2) {
+		$arrRegist["mailmaga_flg"] = 5; 
+	} else {
+		$arrRegist["mailmaga_flg"] = 6; 
+	}	
+		
 	$arrRegist["secret_key"] = $uniqid;		// ²¾ÅÐÏ¿IDÈ¯¹Ô
 	$arrRegist["create_date"] = "now()"; 	// ºîÀ®Æü
