Changeset 13670


Ignore:
Timestamp:
2007/05/29 17:44:11 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13667 r13670  
    3434    if ( sfCheckNumLength( $_GET['template_id']) ){ 
    3535        $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?"; 
    36         $result = $conn->getAll($sql, array($_POST['template_id']) ); 
     36        $result = $conn->getAll($sql, array($_GET['template_id']) ); 
    3737         
    3838        if ( $result ){ 
Note: See TracChangeset for help on using the changeset viewer.