Changeset 13664 for branches/dev/html


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

Legend:

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

    r13663 r13664  
    3636        $sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?"; 
    3737        $result = $conn->getAll($sql, array($_POST['template_id']) ); 
    38         print_r($result); 
     38        print_r($result);exit; 
    3939        if ( $result ){ 
    4040            $objPage->arrForm = $result[0]; 
Note: See TracChangeset for help on using the changeset viewer.