Index: temp/trunk/html/admin/system/module.php
===================================================================
--- temp/trunk/html/admin/system/module.php	(revision 6610)
+++ temp/trunk/html/admin/system/module.php	(revision 6626)
@@ -59,17 +59,5 @@
 $path = MODULE_PATH . $objPage->arrUpdate[0]['main_php'];
 
-if(file_exists($path)) {
-	$src_fp = fopen($path, "rb");
-	if($src_fp) {
-		while (!feof($src_fp)) {
-			$line = fgets($src_fp);
-			if(ereg("@version", $line)) {
-				$arrLine = split(" ", $line);
-				sfPrintR($arrLine);
-			}
-		}
-		fclose($src_fp);
-	}	
-}
+print(sfGetFileVersion($path));
 
 $objView->assignobj($objPage);		//ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
