Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 5351)
+++ temp/trunk/html/install/index.php	(revision 5359)
@@ -80,4 +80,8 @@
 	$arrRet =  $objDBParam->getHashArray();
 	
+	sfprintr($_POST);
+	$skip = $_POST["skip"];
+	if ($skip == "no") {
+		
 		// ¥Æ¡¼¥Ö¥ë¤ÎºîÀ®
 		$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']); 
@@ -128,5 +132,5 @@
 			}
 		}
-
+		}
 
 	if(count($objPage->arrErr) == 0) {
@@ -165,11 +169,4 @@
 	}
 	$objPage = lfDispStep3($objPage);
-	break;
-	
-case 'skip':
-	// ÀßÄê¥Õ¥¡¥¤¥ë¤ÎÀ¸À®
-	lfMakeConfigFile();
-	$objPage = lfDispComplete($objPage);
-	$objPage->tpl_mode = 'complete';
 	break;
 // ´°Î»²èÌÌ
