Changeset 16618


Ignore:
Timestamp:
2007/10/30 17:56:50 (16 years ago)
Author:
nanasess
Message:

入会時ポイント付与修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php

    r16582 r16618  
    172172 
    173173                    // 会員情報の登録 
     174                    $this->CONF = $CONF; 
    174175                    $this->uniqid = $this->lfRegistData ($this->arrForm, $arrRegistColumn, $arrRejectRegistColumn, CUSTOMER_CONFIRM_MAIL); 
    175176 
     
    179180 
    180181                    // 完了メール送信 
    181                     $this->CONF = $CONF; 
    182182                    $this->name01 = $_POST['name01']; 
    183183                    $this->name02 = $_POST['name02']; 
     
    474474                    } 
    475475 
     476                    $this->CONF = $CONF; 
    476477                    $this->uniqid = $this->lfRegistData ($this->arrForm, $arrRegistColumn, $arrRejectRegistColumn, CUSTOMER_CONFIRM_MAIL, true, $this->arrForm["email"]); 
    477478 
     
    492493 
    493494                    // 仮登録完了メール送信 
    494                     $this->CONF = $CONF; 
    495495                    $this->to_name01 = $_POST['name01']; 
    496496                    $this->to_name02 = $_POST['name02']; 
     
    611611        $arrRegist["update_date"] = "now()";    // 更新日 
    612612        $arrRegist["first_buy_date"] = "";      // 最初の購入日 
     613        $arrRegist["point"] = $this->CONF["welcome_point"]; // 入会時ポイント 
    613614 
    614615        if ($isMobile) { 
Note: See TracChangeset for help on using the changeset viewer.