Changeset 6259 for temp


Ignore:
Timestamp:
2006/10/13 13:06:38 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6258 r6259  
    169169    // ÆþÎϥǡ¼¥¿¤òÅϤ¹¡£ 
    170170    $arrRet =  $objDBParam->getHashArray(); 
    171      
     171    $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 
     172         
    172173    if ($arrRet['db_type'] == 'pgsql'){ 
    173174        // ¥Ó¥å¡¼¤Îºï½ü 
     
    565566    $arrErr = array(); 
    566567     
    567                     gfPrintLog("nn", "./temp/install.log"); 
    568                      
    569568    if(!file_exists($filepath)) { 
    570569        $arrErr['all'] = ">> ¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"; 
     
    574573            fclose($fp); 
    575574        } 
    576          
    577         gfPrintLog($dsn, "./temp/install.log"); 
    578575        // Debug¥â¡¼¥É»ØÄê 
    579576        $options['debug'] = DB_DEBUG; 
    580577        $objDB = DB::connect($dsn, $options); 
    581          
    582             gfPrintLog("nn", "./temp/install.log"); 
    583          
    584578        // Àܳ¥¨¥é¡¼ 
    585579        if(!PEAR::isError($objDB)) { 
Note: See TracChangeset for help on using the changeset viewer.