Index: temp/trunk/html/test/uehara/tree.php
===================================================================
--- temp/trunk/html/test/uehara/tree.php	(revision 8520)
+++ temp/trunk/html/test/uehara/tree.php	(revision 8567)
@@ -71,4 +71,5 @@
 					$arrFileList[$cnt]['file_path'] = $dir."/".$file;
 					$arrFileList[$cnt]['file_size'] = filesize($dir."/".$file);
+					$arrFileList[$cnt]['file_time'] = date("YÇ¯m·îdÆü", filemtime($dir."/".$file)); 
 					$cnt++;
 				}
@@ -80,3 +81,13 @@
 	return $arrFileList;
 }
+
+/* 
+ * ´Ø¿ôÌ¾¡§lfErrorCheck()
+ * ÀâÌÀ¡¡¡§¥¨¥é¡¼¥Á¥§¥Ã¥¯
+ */
+function lfErrorCheck($array) {
+
+	
+	return $arrErr;
+}
 ?>
