Ignore:
Timestamp:
2007/08/28 10:01:45 (17 years ago)
Author:
nanasess
Message:

$this->sendRedirect() で画面遷移するように変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/contact/LC_Page_Contact.php

    r15372 r15381  
    119119            if(!$this->arrErr) { 
    120120                $this->lfSendMail($CONF, $objPage); 
    121                 // FIXME 完了ページへ移動する 
    122                 header("location: ./complete.php"); 
     121                // 完了ページへ移動する 
     122                $this->sendRedirect($this->getLocation("./complete.php", array(), true)); 
    123123                exit; 
    124124            } else { 
     
    149149    // {{{ protected functions 
    150150 
    151     //エラーチェック処理部 FIXME 
     151    //エラーチェック処理部 
    152152    function lfErrorCheck($array) { 
    153153        $objErr = new SC_CheckError($array); 
Note: See TracChangeset for help on using the changeset viewer.