Changeset 13840


Ignore:
Timestamp:
2007/05/31 10:31:49 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13815 r13840  
    4545    } 
    4646     
    47 } elseif ( $_GET['mode'] == 'regist' && sfCheckNumLength( $_GET['template_id']) ){ 
     47} elseif ( $_POST['mode'] == 'regist' && sfCheckNumLength( $_POST['template_id']) ){ 
    4848//    elseif ( $_GET['mode'] == 'regist' ){ 
    4949    // POST¥Ç¡¼¥¿¤Î°ú¤­·Ñ¤® 
    50     $objPage->arrForm = lfConvertParam($_GET); 
     50    $objPage->arrForm = lfConvertParam($_POST); 
    5151    $objPage->arrErr = fnErrorCheck($objPage->arrForm); 
    5252    if ( $objPage->arrErr ){ 
     
    9999/* ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯ */ 
    100100function fnErrorCheck($array) { 
    101     print_r($array);exit; 
     101     
    102102    $objErr = new SC_CheckError($array); 
    103103    $objErr->doFunc(array("¥á¡¼¥ë¤Î¼ïÎà",'send_type'), array("EXIST_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.