- Timestamp:
- 2007/12/19 13:49:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/entry/LC_Page_Entry.php
r16741 r16930 207 207 208 208 // 完了ページに移動させる。 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))); 210 211 exit; 211 212 } … … 463 464 // 空メールを受信済みの場合はすぐに本登録完了にする。 464 465 if (isset($_SESSION['mobile']['kara_mail_from'])) { 465 466 466 $param = array("mode" => "regist", 467 467 "id" => $this->uniqid, … … 486 486 // 仮会員が有効の場合 487 487 if(CUSTOMER_CONFIRM_MAIL == true) { 488 488 // Moba8パラメーターを保持する場合はカラム追加 489 if (isset($_SESSION['a8'])) $this->etc_value = "&a8=". $_SESSION['a8']; 489 490 $subject = $objHelperMail->sfMakeSubject($objQuery, $objMailText, $this, '会員登録のご確認'); 490 491 $toCustomerMail = $objMailText->fetch("mail_templates/customer_mail.tpl");
Note: See TracChangeset
for help on using the changeset viewer.
