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

blank

File:
1 edited

Legend:

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

    r5076 r5077  
    416416    if ($arrRet['db_type'] == 'pgsql') { 
    417417        $arrRet['db_port'] = ""; 
     418    }else{ 
     419        $arrRet['db_port'] = ":".$arrRet['db_port']; 
    418420    } 
    419421    $objErr = new SC_CheckError($arrRet); 
Note: See TracChangeset for help on using the changeset viewer.