Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 5399)
+++ /temp/trunk/html/install/index.php	(revision 5418)
@@ -67,8 +67,20 @@
 // ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÀßÄê
 case 'step2':
+
 	//ÆþÎÏÃÍ¤Î¥¨¥é¡¼¥Á¥§¥Ã¥¯
 	$objPage->arrErr = lfCheckDBError($objDBParam);
 	if(count($objPage->arrErr) == 0) {
+		
+		// Å¹ÊÞ¤òÊÑ¹¹¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï´°Î»²èÌÌ¤ØÁ«°Ü
+		$skip = $_POST["db_skip"];
+		if ($skip == "on") {
+			// ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÀ¸À®
+			lfMakeConfigFile();
+			$objPage = lfDispComplete($objPage);
+			break;
+		}
+		
 		$objPage = lfDispStep3($objPage);
+
 	} else {
 		$objPage = lfDispStep2($objPage);
@@ -79,15 +91,5 @@
 	// ÆþÎÏ¥Ç¡¼¥¿¤òÅÏ¤¹¡£
 	$arrRet =  $objDBParam->getHashArray();
-	
-	$skip = $_POST["db_skip"];
-
-	// ¥¹¥­¥Ã¥×¤¹¤ë¾ì¹ç¤Ë¤Ï´°Î»²èÌÌ¤ØÁ«°Ü
-	if ($skip == "on") {
-		// ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÀ¸À®
-		lfMakeConfigFile();
-		$objPage = lfDispComplete($objPage);
-		break;
-	}
-	
+
 	// ¥Æ¡¼¥Ö¥ë¤ÎºîÀ®
 	$objPage->arrErr = lfExecuteSQL("./create_table_".$arrRet['db_type'].".sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port']); 
@@ -445,4 +447,6 @@
 	$arrRet =  $objFormParam->getHashArray();
 	
+	sfprintr($arrRet);
+	
 	$objErr = new SC_CheckError($arrRet);
 	$objErr->arrErr = $objFormParam->checkError();
