Changeset 5365 for temp/trunk/html


Ignore:
Timestamp:
2006/09/21 20:41:37 (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

    r5364 r5365  
    8282    $skip = $_POST["skip"]; 
    8383    sfprintr($skip); 
    84     if ($skip != "no") { 
     84    if ($skip != "on") { 
    8585        // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 
    8686        $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.