Changeset 9938 for temp


Ignore:
Timestamp:
2006/11/30 18:27:48 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/file_manager.php

    r9937 r9938  
    160160function lfCreateErrorCheck() { 
    161161    $objErr = new SC_CheckError($_POST); 
    162     $objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë", "create_file"), array("EXIST_CHECK", "FILE_NAME_CHECK_BY_NOUPLOAD")); 
     162    $objErr->doFunc(array("ºîÀ®¥Õ¥¡¥¤¥ë̾", "create_file"), array("EXIST_CHECK", "FILE_NAME_CHECK_BY_NOUPLOAD")); 
    163163     
    164164    return $objErr->arrErr; 
Note: See TracChangeset for help on using the changeset viewer.