Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 5349)
+++ /temp/trunk/html/install/index.php	(revision 5350)
@@ -80,7 +80,4 @@
 	$arrRet =  $objDBParam->getHashArray();
 	
-	$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']); 
@@ -131,5 +128,5 @@
 			}
 		}
-	}
+
 
 	if(count($objPage->arrErr) == 0) {
