Changeset 4988 for trunk/bp-core/admin/bp-core-update.php
- Timestamp:
- 08/15/2011 08:02:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r4978 r4988 748 748 749 749 if ( $this->database_version < 1801 ) 750 $this->update_1_ 3();750 $this->update_1_5(); 751 751 752 752 // Update the active components option early if we're updating … … 1056 1056 1057 1057 // Database update methods based on version numbers 1058 function update_1_ 3() {1058 function update_1_5() { 1059 1059 // Delete old database version options 1060 1060 delete_site_option( 'bp-activity-db-version' );
Note: See TracChangeset
for help on using the changeset viewer.