Ignore:
Timestamp:
2007/06/01 10:44:15 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r14033 r14034  
    2929        $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ? AND del_flg = 0"; 
    3030        $id = $_GET['id']; 
    31         $result = $conn->getAll($sql, array($id));    
     31        $result = $conn->getAll($sql, array($id)); 
     32        print($result["header"]); 
    3233        if ( $result ){ 
    3334                if ( $result[0]["mail_method"] == 2 ){ 
Note: See TracChangeset for help on using the changeset viewer.