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

blank

File:
1 edited

Legend:

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

    r5082 r5083  
    3131$objWebParam = lfInitWebParam($objWebParam); 
    3232$objDBParam = lfInitDBParam($objDBParam); 
    33  
    34 if ($_POST['db_type'] == 'pgsql') { 
    35     $_POST['db_port'] = ""; 
    36 }else{ 
    37     $_POST['db_port'] = ":".$_POST['db_port']; 
    38 } 
    3933 
    4034//¥Õ¥©¡¼¥àÇÛÎó¤Î¼èÆÀ 
     
    423417    $objErr->arrErr = $objFormParam->checkError(); 
    424418     
     419    if ($arrRet['db_type'] == 'pgsql') { 
     420        $arrRet['db_port'] = ""; 
     421    }else{ 
     422        $arrRet['db_port'] = ":".$arrRet['db_port']; 
     423        sfprintr($objFormParam); 
     424    } 
     425     
    425426    if(count($objErr->arrErr) == 0) { 
    426427        // Àܳ³Îǧ 
Note: See TracChangeset for help on using the changeset viewer.