Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6795)
+++ temp/trunk/html/install/index.php	(revision 6797)
@@ -92,10 +92,11 @@
 		
 	if(count($objPage->arrErr) == 0) {
-		// ¥¹¥­¥Ã¥×¤¹¤ë¾ì¹ç¤Ë¤Ï´°Î»²èÌÌ¤ØÁ«°Ü
+		// ¥¹¥­¥Ã¥×¤¹¤ë¾ì¹ç¤Ë¤Ï¼¡²èÌÌ¤ØÁ«°Ü
 		$skip = $_POST["db_skip"];
 		if ($skip == "on") {
 			// ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÀ¸À®
 			lfMakeConfigFile();
-			$objPage = lfDispComplete($objPage);
+			//$objPage = lfDispComplete($objPage);
+			$objPage = lfDispStep4($objPage);
 			break;
 		}
@@ -392,4 +393,17 @@
 }
 
+// STEP3²èÌÌ¤ÎÉ½¼¨
+function lfDispStep3($objPage) {
+	global $objWebParam;
+	global $objDBParam;
+	// hidden¤ËÆþÎÏÃÍ¤òÊÝ»ý
+	$objPage->arrHidden = $objWebParam->getHashArray();
+	// hidden¤ËÆþÎÏÃÍ¤òÊÝ»ý
+	$objPage->arrHidden = array_merge($objPage->arrHidden, $objDBParam->getHashArray());
+	$objPage->tpl_mainpage = 'step4.tpl';
+	$objPage->tpl_mode = 'step4';
+	return $objPage;
+}
+
 // ´°Î»²èÌÌ¤ÎÉ½¼¨
 function lfDispComplete($objPage) {
