Changeset 9295 for temp/trunk/html


Ignore:
Timestamp:
2006/11/28 18:53:07 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

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