Changeset 16151


Ignore:
Timestamp:
2007/09/28 13:25:34 (16 years ago)
Author:
nanasess
Message:

typo fix

File:
1 edited

Legend:

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

    r16132 r16151  
    3737        $this->arrJob = $masterData->getMasterData("mtb_job"); 
    3838        $this->arrReminder = $masterData->getMasterData("mtb_reminder"); 
     39        $objDate = new SC_Date(); 
    3940        $this->arrYear = $objDate->getYear('', 1950);   // 日付プルダウン設定 
    4041        $this->arrMonth = $objDate->getMonth(); 
     
    455456                    } 
    456457 
    457                     $this->uniqid = $this->lfRegistData ($this->arrForm, $arrRegistColumn, $arrRejectRegistColumn, CUSTOMER_CONFIRM_MAIL, true, $this->arrForm["email"); 
     458                    $this->uniqid = $this->lfRegistData ($this->arrForm, $arrRegistColumn, $arrRejectRegistColumn, CUSTOMER_CONFIRM_MAIL, true, $this->arrForm["email"]); 
    458459 
    459460                    // 空メールを受信済みの場合はすぐに本登録完了にする。 
     
    463464                                       "id" => $this->uniqid, 
    464465                                       session_name() => session_id()); 
    465                         $this->sendRedirect($this->getLocation(MOBILE_URL_DIR . "regist/index.php". $param); 
     466                        $this->sendRedirect($this->getLocation(MOBILE_URL_DIR . "regist/index.php", $param)); 
    466467                        exit; 
    467468                    } 
     
    511512                    // 完了ページに移動させる。 
    512513                    $this->sendRedirect($this->getLocation("./complete.php", 
    513                                                            SC_Helper_Mobile_Ex::sessionIdArray()); 
     514                                                           SC_Helper_Mobile_Ex::sessionIdArray())); 
    514515                    exit; 
    515516                } 
Note: See TracChangeset for help on using the changeset viewer.