Changeset 5085 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r5084 r5085  
    6262case 'step2': 
    6363    //ÆþÎÏÃͤΥ¨¥é¡¼¥Á¥§¥Ã¥¯ 
     64    if ($_POST['db_type'] == 'pgsql') { 
     65        $_POST['db_port'] = ""; 
     66    }else{ 
     67        $_POST['db_port'] = ":".$_POST['db_port']; 
     68        $objDBParam->setValue("db_port", $_POST['db_port']); 
     69        $objWEBParam->setValue("db_port", $_POST['db_port']); 
     70    } 
     71     
    6472    $objPage->arrErr = lfCheckDBError($objDBParam); 
    6573     
     
    417425    $objErr->arrErr = $objFormParam->checkError(); 
    418426     
    419     if ($arrRet['db_type'] == 'pgsql') { 
    420         $arrRet['db_port'] = ""; 
    421     }else{ 
    422         $arrRet['db_port'] = ":".$arrRet['db_port']; 
    423         $objFormParam->setValue("db_port", $arrRet['db_port']); 
    424         sfprintr($objFormParam); 
    425     } 
    426      
    427427    if(count($objErr->arrErr) == 0) { 
    428428        // Àܳ³Îǧ 
Note: See TracChangeset for help on using the changeset viewer.