Changeset 1410 for trunk/bb-admin/class-install.php
- Timestamp:
- 04/11/2008 09:55:51 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/class-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/class-install.php
r1385 r1410 412 412 } 413 413 414 if ($this->configs['config.php'] ) {414 if ($this->configs['config.php'] && !$this->configs['bb-config.php']) { 415 415 // There is an old school config file 416 416 // Step -1 is where we send fatal errors from any screen … … 521 521 global $bbdb; 522 522 } 523 524 if (!is_resource($bbdb->dbh_local)) { 523 524 $db = $bbdb->db_connect( "SELECT * FROM $bbdb->forums LIMIT 1" ); 525 526 if (!is_resource($db)) { 525 527 return false; 526 528 }
Note: See TracChangeset
for help on using the changeset viewer.