Changeset 13758


Ignore:
Timestamp:
2007/05/30 10:41:45 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13746 r13758  
    7474    $data['creator_id'] = $_SESSION['member_id']; 
    7575     
    76     $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?"; 
     76    $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ? AND del_flg = 0"; 
    7777    $result = $conn->getAll($sql, array($_POST['template_id']) ); 
    7878    if ( $result ){ 
Note: See TracChangeset for help on using the changeset viewer.