Changeset 5350 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r5349 r5350  
    8080    $arrRet =  $objDBParam->getHashArray(); 
    8181     
    82     $skip = $_POST["skip"]; 
    83     if ($skip == "no") { 
    84          
    8582        // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 
    8683        $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']);  
     
    131128            } 
    132129        } 
    133     } 
     130 
    134131 
    135132    if(count($objPage->arrErr) == 0) { 
Note: See TracChangeset for help on using the changeset viewer.