Ignore:
Timestamp:
2006/09/18 17:52:39 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5074 r5075  
    6464    $objPage->arrErr = lfCheckDBError($objDBParam); 
    6565     
    66     sfprintr($_POST); 
    67      
    6866    if(count($objPage->arrErr) == 0) { 
    6967        $objPage = lfDispStep3($objPage); 
     
    7775    $arrRet =  $objDBParam->getHashArray(); 
    7876    // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 
    79     $objPage->arrErr = lfExecuteSQL("./create_table_mysql.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name']);  
     77    $objPage->arrErr = lfExecuteSQL("./create_table_mysql.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_port']);  
    8078    if(count($objPage->arrErr) == 0) { 
    8179        $objPage->tpl_message.="¡û¡§¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£<br>"; 
     
    415413    // ÆþÎϥǡ¼¥¿¤òÅϤ¹¡£ 
    416414    $arrRet =  $objFormParam->getHashArray(); 
     415     
     416    sfprintr($arrRet);exit; 
    417417    $objErr = new SC_CheckError($arrRet); 
    418418    $objErr->arrErr = $objFormParam->checkError(); 
Note: See TracChangeset for help on using the changeset viewer.