Index: /temp/trunk/html/admin/system/module.php
===================================================================
--- /temp/trunk/html/admin/system/module.php	(revision 6424)
+++ /temp/trunk/html/admin/system/module.php	(revision 6443)
@@ -176,5 +176,5 @@
 	
 	$objQuery = new SC_Query();
-	$arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id']));
+	$arrRet = $objQuery->select("module_id, main_php, extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id']));
 	$flg_ok = true;	// ½èÍý¤ÎÀ®¸ùÈ½Äê
 	
