Ignore:
Timestamp:
2006/09/18 18:25:30 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5094 r5095  
    8282    $arrRet =  $objDBParam->getHashArray(); 
    8383    // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 
    84     $objPage->arrErr = lfExecuteSQL("./create_table_mysql.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port']);  
     84    $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']);  
    8585    if(count($objPage->arrErr) == 0) { 
    8686        $objPage->tpl_message.="¡û¡§¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£<br>"; 
Note: See TracChangeset for help on using the changeset viewer.