Changeset 13682 for branches/dev/html


Ignore:
Timestamp:
2007/05/29 18:14:28 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/basis/mail_template.php

    r13681 r13682  
    4747$sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 ORDER BY create_date ASC"; 
    4848$list_data = $conn->getAll($sql); 
    49 print_r($list_data[0]); 
    50 $objPage->list_data = $list_data[0]; 
     49$objPage->list_data = $list_data; 
    5150$objPage->arrMagazineType = $arrMagazineTypeAll; 
    5251 
Note: See TracChangeset for help on using the changeset viewer.