Index: temp/trunk/html/admin/system/update.php
===================================================================
--- temp/trunk/html/admin/system/update.php	(revision 5304)
+++ temp/trunk/html/admin/system/update.php	(revision 5305)
@@ -193,7 +193,7 @@
 
 	// É¬Í×¤ÊSQLÊ¸¤Î¼Â¹Ô
-	if($arrRet[0]['sql'] != "") {
+	if($arrRet[0]['install_sql'] != "") {
 		// SQLÊ¸¼Â¹Ô¡¢¥Ñ¥é¡¼¥á¡¼¥¿¤Ê¤·¡¢¥¨¥é¡¼Ìµ»ë
-		$ret = $objQuery->query($arrRet[0]['sql'],"",true);
+		$ret = $objQuery->query($arrRet[0]['install_sql'],"",true);
 		if(DB::isError($ret)) {
 			// ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë
