- Timestamp:
- 2006/10/13 13:09:26 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/conf/conf.php (modified) (1 diff)
-
html/install/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6227 r6261 18 18 define("UPDATE_CSV_COL_MAX", 13); 19 19 //-------------------------------------------------------------------------------------------------------- 20 21 // PEAR::DB¤Î¥Ç¥Ð¥Ã¥°¥â¡¼¥É 22 define('PEAR_DB_DEBUG', 9); 20 23 21 24 //¥Ð¥Ã¥Á¤ò¼Â¹Ô¤¹¤ëºÇû¤Î´Ö³Ö(ÉÃ) -
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.
