Changeset 3737
- Timestamp:
- 01/18/2011 11:30:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-update.php
r3736 r3737 791 791 check_admin_referer( 'bpwizard_db_update' ); 792 792 793 // Run the schema install to update tables 794 bp_core_install(); 795 793 796 if ( $this->current_version < 1225 ) 794 797 $this->update_1_3(); … … 1059 1062 // Database update methods based on version numbers 1060 1063 function update_1_3() { 1061 // Run the schema install to update tables1062 bp_core_install();1063 1064 1064 // Delete old database version options 1065 1065 delete_site_option( 'bp-activity-db-version' );
Note: See TracChangeset
for help on using the changeset viewer.