Changeset 14628 for branches/dev/html


Ignore:
Timestamp:
2007/06/14 11:48:03 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

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

    r13953 r14628  
    5151$objPage->default_template_mobile = $default_template_mobile[0]; 
    5252 
    53 $sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 AND template_id >1 ORDER BY create_date ASC"; 
     53$sql = "SELECT * FROM dtb_mailtemplate WHERE del_flg = 0 ORDER BY template_id ASC"; 
    5454$list_data = $conn->getAll($sql); 
    5555$linemax = count($list_data); 
Note: See TracChangeset for help on using the changeset viewer.