Changeset 1227 for trunk/bp-friends.php
- Timestamp:
- 03/17/2009 10:43:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r1225 r1227 82 82 if ( is_site_admin() ) { 83 83 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */ 84 if ( ( !$wpdb->get_var( "SHOW TABLES LIKE '%{$bp->friends->table_name}%'") ) || ( get_site_option('bp-friends-db-version') < BP_FRIENDS_DB_VERSION ))84 if ( get_site_option('bp-friends-db-version') < BP_FRIENDS_DB_VERSION ) 85 85 friends_install(); 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.