Changeset 9286 for temp


Ignore:
Timestamp:
2006/11/28 17:44:40 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r9274 r9286  
    138138function lfCreateErrorCheck() { 
    139139    $objErr = new SC_CheckError($_POST); 
    140     $objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë", "create_file"), array("FILE_NAME_CHECK")); 
     140    $objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë", "create_file"), array("EXIST_CHECK", "FILE_NAME_CHECK")); 
    141141     
    142142    return $objErr->arrErr; 
Note: See TracChangeset for help on using the changeset viewer.