Changeset 9288 for temp/trunk/html/test


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

blank

File:
1 edited

Legend:

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

    r9286 r9288  
    138138function lfCreateErrorCheck() { 
    139139    $objErr = new SC_CheckError($_POST); 
    140     $objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë", "create_file"), array("EXIST_CHECK", "FILE_NAME_CHECK")); 
     140    $objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë", "create_file"), array("EXIST_CHECK", "FILE_NAME_NO_UPLOAD_CHECK")); 
    141141     
    142142    return $objErr->arrErr; 
     
    149149function lfInitFile() { 
    150150    global $objUpFile; 
    151     $objUpFile->addFile("¥Õ¥¡¥¤¥ë", 'upload_file', array(), FILE_SIZE, true, 0, 0, false); 
     151    $objUpFile->addFile("¥¢¥Ã¥×¥í¡¼¥É¥Õ¥¡¥¤¥ë", 'upload_file', array(), FILE_SIZE, true, 0, 0, false); 
    152152} 
    153153?> 
Note: See TracChangeset for help on using the changeset viewer.