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

Legend:

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

    r14034 r14035  
    3030        $id = $_GET['id']; 
    3131        $result = $conn->getAll($sql, array($id)); 
    32         print($result["header"]); 
     32        print($result[0]["header"]); 
    3333        if ( $result ){ 
    3434                if ( $result[0]["mail_method"] == 2 ){ 
Note: See TracChangeset for help on using the changeset viewer.