Changeset 8739 for temp/trunk/html/test


Ignore:
Timestamp:
2006/11/21 13:45:53 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/tree.php

    r8738 r8739  
    109109 * ÀâÌÀ¡¡¡§¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    110110 */ 
    111 function lfErrorCheck() { 
    112     $objErr = new SC_CheckError($array); 
     111function lfErrorCheck($_POST) { 
     112    $objErr = new SC_CheckError($_POST); 
    113113    $objErr->doFunc(array("¥Õ¥¡¥¤¥ë", "select_file"), array("SELECT_CHECK")); 
    114     return $arrErr; 
     114     
     115    return $objErr->arrErr; 
    115116} 
    116117 
Note: See TracChangeset for help on using the changeset viewer.