Changeset 17303
- Timestamp:
- 2008/05/13 11:19:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/contact/LC_Page_Contact.php
r17095 r17303 205 205 $this->arrErr = $this->lfErrorCheck($this->arrForm); 206 206 if(!$this->arrErr) { 207 $this->lfSendMail($ CONF, $this);207 $this->lfSendMail($this); 208 208 // 完了ページへ移動する 209 209 $this->sendRedirect($this->getLocation("./complete.php", array(), true)); … … 269 269 // ------------ メール送信 ------------ 270 270 271 function lfSendMail($CONF, &$objPage){ 272 271 function lfSendMail(&$objPage){ 272 $objDb = new SC_Helper_DB_Ex(); 273 $CONF = $objDb->sf_getBasisData(); // 店舗基本情報 273 274 $objQuery = new SC_Query(); 274 275 $objMailText = new SC_SiteView();
Note: See TracChangeset
for help on using the changeset viewer.