Changeset 13868 for branches/dev


Ignore:
Timestamp:
2007/05/31 12:44:01 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13866 r13868  
    9494    // POSTÃͤμèÆÀ 
    9595    $objFormParam->setValue('template_id', $_POST['template_id']); 
     96    $mailTemp = "SELECT template_id FROM dtb_mailtemplate WHERE del_flg=0"; 
    9697    if(sfIsInt($_POST['template_id'])) { 
    9798        $objQuery = new SC_Query(); 
    9899        $where = "template_id = ?"; 
    99100        $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($_POST['template_id'])); 
    100         $mailTemp = "SELECT template_id FROM dtb_mailtemplate WHERE del_flg=0"; 
    101101        $objFormParam->setParam($arrRet[0]); 
    102102    } 
Note: See TracChangeset for help on using the changeset viewer.