Index: branches/version-2_4-dev/data/class/pages/regist/LC_Page_Regist.php
===================================================================
--- branches/version-2_4-dev/data/class/pages/regist/LC_Page_Regist.php	(revision 18264)
+++ branches/version-2_4-dev/data/class/pages/regist/LC_Page_Regist.php	(revision 18553)
@@ -79,5 +79,5 @@
             if ($this->arrErr) {
                 SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, "", true, $this->arrErr["id"]);
-            
+
             } else {
                 $registSecretKey = $this->lfRegistData($_GET);			//本会員登録（フラグ変更）
@@ -186,7 +186,7 @@
         $where = "secret_key = ? AND status = 1";
 
-        $arrRet = $objQuery->select("point", "dtb_customer", $where, array($array["id"]));
-        // 会員登録時の加算ポイント(購入時会員登録の場合は、ポイント加算）
-        $arrRegist['point'] = $arrRet[0]['point'] + $this->arrInfo['welcome_point'];
+        // 会員登録時の加算ポイント(購入時会員登録かつ仮会員登録用）
+        //$arrRet = $objQuery->select("point", "dtb_customer", $where, array($array["id"]));
+        //$arrRegist['point'] = $arrRet[0]['point'] + $this->arrInfo['welcome_point'];
 
         $objQuery->update("dtb_customer", $arrRegist, $where, array($array["id"]));
