Changeset 1255 for trunk/bp-groups.php
- Timestamp:
- 03/25/2009 07:09:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r1250 r1255 93 93 dbDelta($sql); 94 94 95 if ( function_exists('bp_wire_install') ) 96 groups_wire_install(); 97 95 98 update_site_option( 'bp-groups-db-version', BP_GROUPS_DB_VERSION ); 96 99 } … … 162 165 if ( get_site_option('bp-groups-db-version') < BP_GROUPS_DB_VERSION ) 163 166 groups_install(); 164 165 if ( function_exists('bp_wire_install') && get_site_option('bp-groups-db-version') < BP_GROUPS_DB_VERSION )166 groups_wire_install();167 167 } 168 168 }
Note: See TracChangeset
for help on using the changeset viewer.