Changeset 6261 for temp/trunk/html
- Timestamp:
- 2006/10/13 13:09:26 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6260 r6261 7 7 require_once("../require.php"); 8 8 $INSTALL_DIR = realpath(dirname( __FILE__)); 9 10 define('DB_DEBUG', 12);11 9 12 10 class LC_Page { … … 533 531 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 534 532 // Debug¥â¡¼¥É»ØÄê 535 $options['debug'] = DB_DEBUG;533 $options['debug'] = PEAR_DB_DEBUG; 536 534 $objDB = DB::connect($dsn, $options); 537 535 // Àܳ¥¨¥é¡¼ … … 573 571 } 574 572 // Debug¥â¡¼¥É»ØÄê 575 $options['debug'] = DB_DEBUG;573 $options['debug'] = PEAR_DB_DEBUG; 576 574 $objDB = DB::connect($dsn, $options); 577 575 // Àܳ¥¨¥é¡¼
Note: See TracChangeset
for help on using the changeset viewer.
