Changeset 6153 for branches/1.1/bb-admin/includes/class.bb-install.php
- Timestamp:
- 12/09/2016 01:58:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bb-admin/includes/class.bb-install.php
r2403 r6153 102 102 * @return boolean Always returns true 103 103 */ 104 function BB_Install( $caller )104 function __construct( $caller ) 105 105 { 106 106 $this->caller = $caller; … … 160 160 161 161 return true; 162 } 163 164 function BB_Install( $caller ) { 165 $this->__construct( $caller ); 162 166 } 163 167 … … 1281 1285 require_once( BACKPRESS_PATH . 'class.bpdb-multi.php' ); 1282 1286 1283 $bbdb = &new BPDB_Multi( array(1287 $bbdb = new BPDB_Multi( array( 1284 1288 'name' => BBDB_NAME, 1285 1289 'user' => BBDB_USER,
Note: See TracChangeset
for help on using the changeset viewer.