Changeset 13888


Ignore:
Timestamp:
2007/05/31 15:22:30 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13885 r13888  
    99class LC_Page { 
    1010    var $list_data; 
    11  
     11    var $mailTemp; 
    1212    function LC_Page() { 
    1313        $this->tpl_mainpage = 'order/mail.tpl'; 
     
    4848$conn = new SC_DbConn(); 
    4949$sql = "SELECT subject FROM dtb_mailtemplate WHERE del_flg=0"; 
    50 $mailTemp = $conn->getAll($sql); 
    51 $objPage->mailtemp = $mailTemp; 
     50$this->arrMAILTEMPLATE = $conn->getAll($sql); 
    5251 
    5352switch($_POST['mode']) { 
Note: See TracChangeset for help on using the changeset viewer.