Changeset 13816


Ignore:
Timestamp:
2007/05/30 17:07:23 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13813 r13816  
    100100 
    101101// ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    102 function lfErrorCheck() { 
     102function lfErrorCheck($array) { 
    103103    $objErr = new SC_CheckError(); 
    104      
     104    //print_r($array);exit; 
    105105    $objErr->doFunc(array("¥á¡¼¥ë·Á¼°", "send_type"), array("EXIST_CHECK")); 
    106106    $objErr->doFunc(array("¥Æ¥ó¥×¥ì¡¼¥È", "template_name"), array("EXIST_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.