Changeset 13919


Ignore:
Timestamp:
2007/05/31 17:26:57 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13913 r13919  
    104104case 'change': 
    105105    // POSTÃͤμèÆÀ 
     106     
    106107    $objFormParam->setValue('template_id', $_POST['template_id']); 
     108    $_POST['template_id'] = $arrTemplate[0][$_POST['template_id']]; 
    107109    if(sfIsInt($_POST['template_id'])) { 
    108         $objQuery = new SC_Query(); 
     110        $objQuery = new SC_Query(); 
    109111        $where = "template_id = ?"; 
    110112        $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($_POST['template_id'])); 
Note: See TracChangeset for help on using the changeset viewer.