Ignore:
Timestamp:
2008/05/13 11:19:05 (16 years ago)
Author:
pineray
Message:

リファクタリングの際のミスを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/contact/LC_Page_Contact.php

    r17095 r17303  
    205205        $this->arrErr = $this->lfErrorCheck($this->arrForm); 
    206206        if(!$this->arrErr) { 
    207             $this->lfSendMail($CONF, $this); 
     207            $this->lfSendMail($this); 
    208208            // 完了ページへ移動する 
    209209            $this->sendRedirect($this->getLocation("./complete.php", array(), true)); 
     
    269269    // ------------  メール送信 ------------ 
    270270 
    271     function lfSendMail($CONF, &$objPage){ 
    272  
     271    function lfSendMail(&$objPage){ 
     272        $objDb = new SC_Helper_DB_Ex(); 
     273        $CONF = $objDb->sf_getBasisData();          // 店舗基本情報 
    273274        $objQuery = new SC_Query(); 
    274275        $objMailText = new SC_SiteView(); 
Note: See TracChangeset for help on using the changeset viewer.