Changeset 5088 for temp/trunk


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

* empty log message *

Location:
temp/trunk/html/install
Files:
1 added
1 deleted
1 edited

Legend:

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

    r5087 r5088  
    157157    // ¥Æ¡¼¥Ö¥ë¤Îºï½ü 
    158158    if(count($objPage->arrErr) == 0) { 
    159         $objPage->arrErr = lfExecuteSQL("./drop_table.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port']);  
     159        $objPage->arrErr = lfExecuteSQL("./drop_table_".$arrRet['db_type'].".sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port']);  
    160160        if(count($objPage->arrErr) == 0) { 
    161161            $objPage->tpl_message.="¡û¡§¥Æ¡¼¥Ö¥ë¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£<br>"; 
Note: See TracChangeset for help on using the changeset viewer.