Changeset 6163
- Timestamp:
- 12/13/2016 09:03:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bb-settings.php
r2448 r6163 186 186 // Setup the global database connection 187 187 $bbdb_class = BB_DATABASE_CLASS; 188 $bbdb = &new $bbdb_class( array(188 $bbdb = new $bbdb_class( array( 189 189 'name' => BBDB_NAME, 190 190 'user' => BBDB_USER,
Note: See TracChangeset
for help on using the changeset viewer.