Changeset 9288 for temp/trunk/html/test
- Timestamp:
- 2006/11/28 18:33:22 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/tree.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/tree.php
r9286 r9288 138 138 function lfCreateErrorCheck() { 139 139 $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")); 141 141 142 142 return $objErr->arrErr; … … 149 149 function lfInitFile() { 150 150 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); 152 152 } 153 153 ?>
Note: See TracChangeset
for help on using the changeset viewer.
