Changeset 15657


Ignore:
Timestamp:
2007/09/07 22:16:49 (17 years ago)
Author:
nanasess
Message:

未定義変数の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/mail/LC_Page_Admin_Mail_Preview.php

    r15654 r15657  
    4646 
    4747        if (!isset($_POST['body'])) $_POST['body'] = ""; 
     48        if (!isset($_REQUEST['method'])) $_REQUEST['method'] = ""; 
     49        if (!isset($_REQUEST['id'])) $_REQUEST['id'] = ""; 
     50        if (!isset($_GET['send_id'])) $_GET['send_id'] = ""; 
     51 
    4852        if ( $_POST['body'] ){ 
    4953            $this->body = $_POST['body']; 
     
    104108            $result = $conn->getAll($sql, array($id)); 
    105109 
    106             $this->p($result); 
    107110            if ( $result ){ 
    108111                if ( $result[0]["mail_method"] == 2 ){ 
Note: See TracChangeset for help on using the changeset viewer.