Index: /temp/trunk/html/admin/system/update.php
===================================================================
--- /temp/trunk/html/admin/system/update.php	(revision 3676)
+++ /temp/trunk/html/admin/system/update.php	(revision 3677)
@@ -50,5 +50,5 @@
 $col = "module_id, module_name, now_version, latest_version, module_explain, create_date, release_date";
 $objQuery->setorder("module_id");
-//$objPage->arrUpdate = $objQuery->select($col, "dtb_update");
+$objPage->arrUpdate = $objQuery->select($col, "dtb_update");
 
 $objView->assignobj($objPage);		//ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
Index: /temp/trunk/data/class/SC_Query.php
===================================================================
--- /temp/trunk/data/class/SC_Query.php	(revision 3413)
+++ /temp/trunk/data/class/SC_Query.php	(revision 3677)
@@ -84,4 +84,5 @@
 	function getall($sql, $arrval = array()) {
 		$ret = $this->conn->getAll($sql, $arrval);
+		$this->conn->getlastquery();
 		return $ret;
 	}
