Ignore:
Timestamp:
2007/07/20 18:55:47 (17 years ago)
Author:
nanasess
Message:

bugfix

File:
1 edited

Legend:

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

    r15080 r15083  
    130130            $this->arrErr = $this->lfErrorCheck($this->arrForm); 
    131131            if(!$this->arrErr) { 
    132                 lfSendMail($CONF, $objPage); 
     132                $this->lfSendMail($CONF, $objPage); 
    133133                // FIXME 完了ページへ移動する 
    134134                header("location: ./complete.php"); 
     
    235235            $fromMail_address = $CONF["email02"]; 
    236236        } 
    237         $subject = sfMakeSubject("お問い合わせがありました。"); 
     237        $subject = SC_Utils_Ex::sfMakeSubject("お問い合わせがありました。"); 
    238238        $objMail->setItem( 
    239239                              $CONF["email02"]                  // 宛先 
     
    248248        $objMail->sendMail(); 
    249249 
    250         $subject = sfMakeSubject("お問い合わせを受け付けました。"); 
     250        $subject = SC_Utils_Ex::sfMakeSubject("お問い合わせを受け付けました。"); 
    251251        $objMail->setItem( 
    252252                              ''                                // 宛先 
Note: See TracChangeset for help on using the changeset viewer.