Changeset 14053


Ignore:
Timestamp:
2007/06/01 11:18:29 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/order/mail.php

    r14050 r14053  
    9292    if (count($objPage->arrErr) == 0) { 
    9393        // Ãíʸ¼õÉե᡼¥ë(Á÷¿®¤Ê¤·) 
    94         $objSendMail = sfSendOrderMail($_POST['order_id'], $_POST['template_id'], $_POST['subject'], $_POST['header'], $_POST['footer'], false); 
     94        $objSendMail = sfSendOrderMail($_POST['order_id'], $_POST['template_id'], $_POST['subject'], $_POST['body'], false); 
    9595        // ³Îǧ¥Ú¡¼¥¸¤Îɽ¼¨ 
    9696        $objPage->tpl_subject = $objSendMail->subject; 
     
    115115        $objQuery = new SC_Query(); 
    116116        $where = "template_id = ?"; 
    117         $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($_POST['template_id'])); 
     117        $arrRet = $objQuery->select("subject, body", "dtb_mailtemplate", $where, array($_POST['template_id'])); 
    118118        $objFormParam->setParam($arrRet[0]); 
    119119    } 
Note: See TracChangeset for help on using the changeset viewer.