Changeset 13674 for branches/dev/html


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

Legend:

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

    r13673 r13674  
    4747$sql = "SELECT * FROM dtb_mailmaga_template WHERE del_flg = 0 ORDER BY create_date DESC"; 
    4848$objPage->list_data = $list_data = $conn->getAll($sql); 
     49print_r($list_data);exit; 
    4950$objPage->arrMagazineType = $arrMagazineTypeAll; 
    5051 
Note: See TracChangeset for help on using the changeset viewer.