Changeset 5363 for temp/trunk


Ignore:
Timestamp:
2006/09/21 20:39:21 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r5359 r5363  
    8282    sfprintr($_POST); 
    8383    $skip = $_POST["skip"]; 
    84     if ($skip == "no") { 
    85          
     84    if ($skip != "no") { 
    8685        // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 
    8786        $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']);  
Note: See TracChangeset for help on using the changeset viewer.