- Timestamp:
- 2006/11/21 13:44:34 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/uehara/tree.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/uehara/tree.php
r8733 r8738 110 110 */ 111 111 function lfErrorCheck() { 112 113 if($_POST['select_file'] == '') { 114 $arrErr['select_file'] = "¢¨ ¥Õ¥¡¥¤¥ë¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£"; 115 } 112 $objErr = new SC_CheckError($array); 113 $objErr->doFunc(array("¥Õ¥¡¥¤¥ë", "select_file"), array("SELECT_CHECK")); 116 114 return $arrErr; 117 115 }
Note: See TracChangeset
for help on using the changeset viewer.
