Changeset 1017 for trunk/bp-friends.php
- Timestamp:
- 02/04/2009 12:29:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r974 r1017 74 74 if ( is_site_admin() ) { 75 75 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */ 76 if ( ( $wpdb->get_var(" show tables like'%" . $bp['friends']['table_name'] . "%'") == false ) || ( get_site_option('bp-friends-db-version') < BP_FRIENDS_DB_VERSION ) )76 if ( ( $wpdb->get_var("SHOW TABLES LIKE '%" . $bp['friends']['table_name'] . "%'") == false ) || ( get_site_option('bp-friends-db-version') < BP_FRIENDS_DB_VERSION ) ) 77 77 friends_install(); 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.