Changeset 6261 for temp/trunk/html


Ignore:
Timestamp:
2006/10/13 13:09:26 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6260 r6261  
    77require_once("../require.php"); 
    88$INSTALL_DIR = realpath(dirname( __FILE__)); 
    9  
    10 define('DB_DEBUG', 12); 
    119 
    1210class LC_Page { 
     
    533531        $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 
    534532        // Debug¥â¡¼¥É»ØÄê 
    535         $options['debug'] = DB_DEBUG; 
     533        $options['debug'] = PEAR_DB_DEBUG; 
    536534        $objDB = DB::connect($dsn, $options); 
    537535        // Àܳ¥¨¥é¡¼ 
     
    573571        } 
    574572        // Debug¥â¡¼¥É»ØÄê 
    575         $options['debug'] = DB_DEBUG; 
     573        $options['debug'] = PEAR_DB_DEBUG; 
    576574        $objDB = DB::connect($dsn, $options); 
    577575        // Àܳ¥¨¥é¡¼ 
Note: See TracChangeset for help on using the changeset viewer.