Changeset 13912


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

Legend:

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

    r13911 r13912  
    109109        $where = "template_id = ?"; 
    110110        $arrRet = $objQuery->select("subject, header, footer", "dtb_mailtemplate", $where, array($_POST['template_id'])); 
    111         print_r($arrRet[0]);exit; 
     111         
    112112        $objFormParam->setParam($arrRet[0]); 
    113113    } 
Note: See TracChangeset for help on using the changeset viewer.