Changeset 2302 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/08/28 14:31:32 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r2301 r2302 364 364 // Àܳ³Îǧ 365 365 $dsn = "pgsql://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server']."/".$arrRet['db_name']; 366 $objDB = DB::connect($dsn); 366 // Debug¥â¡¼¥É»ØÄê 367 $options['debug'] = 3; 368 $objDB = DB::connect($dsn, $options); 367 369 // Àܳ¥¨¥é¡¼ 368 370 if(PEAR::isError($objDB)) {
Note: See TracChangeset
for help on using the changeset viewer.
