Index: branches/dev/html/entry/index.php
===================================================================
--- branches/dev/html/entry/index.php	(revision 11675)
+++ branches/dev/html/entry/index.php	(revision 12196)
@@ -20,4 +20,6 @@
 $objPage = new LC_Page();
 $objView = new SC_SiteView();
+$objSiteInfo = $objView->objSiteInfo;
+$arrInfo = $objSiteInfo->data;
 $objCustomer = new SC_Customer();
 $objCampaignSess = new SC_CampaignSession();
@@ -183,5 +185,6 @@
 function lfRegistData ($array, $arrRegistColumn, $arrRejectRegistColumn, $confirm_flg) {
 	global $objConn;
-	
+	global $arrInfo;
+
 	// ÅÐÏ¿¥Ç¡¼¥¿¤ÎÀ¸À®
 	foreach ($arrRegistColumn as $data) {
@@ -228,4 +231,5 @@
 		}
 		$arrRegist["status"] = "2";				// ËÜ²ñ°÷
+		$arrRegist["status"] = $arrInfo['welcome_point'];
 	}
 	
