Ignore:
Timestamp:
2007/12/19 13:49:35 (19 years ago)
Author:
satou
Message:

A8,Moba8のモジュール対応

File:
1 edited

Legend:

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

    r16741 r16930  
    207207 
    208208                    // 完了ページに移動させる。 
    209                     $this->sendRedirect($this->getLocation("./complete.php")); 
     209                    $customer_id = $objQuery->get("dtb_customer", "customer_id", "secret_key = ?", array($this->uniqid)); 
     210                    $this->sendRedirect($this->getLocation("./complete.php", array("ci" => $customer_id))); 
    210211                    exit; 
    211212                } 
     
    463464                    // 空メールを受信済みの場合はすぐに本登録完了にする。 
    464465                    if (isset($_SESSION['mobile']['kara_mail_from'])) { 
    465  
    466466                        $param = array("mode" => "regist", 
    467467                                       "id" => $this->uniqid, 
     
    486486                    // 仮会員が有効の場合 
    487487                    if(CUSTOMER_CONFIRM_MAIL == true) { 
    488  
     488                        // Moba8パラメーターを保持する場合はカラム追加 
     489                        if (isset($_SESSION['a8'])) $this->etc_value = "&a8=". $_SESSION['a8']; 
    489490                        $subject = $objHelperMail->sfMakeSubject($objQuery, $objMailText, $this, '会員登録のご確認'); 
    490491                        $toCustomerMail = $objMailText->fetch("mail_templates/customer_mail.tpl"); 
Note: See TracChangeset for help on using the changeset viewer.