Changeset 13675 for branches/dev


Ignore:
Timestamp:
2007/05/29 18:06:57 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13674 r13675  
    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); 
    49 print_r($list_data);exit; 
     49 
    5050$objPage->arrMagazineType = $arrMagazineTypeAll; 
    5151 
Note: See TracChangeset for help on using the changeset viewer.