Changeset 1032 for trunk/bp-core.php
- Timestamp:
- 02/09/2009 06:52:51 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1030 r1032 240 240 if ( is_site_admin() ) { 241 241 /* Need to check db tables exist, activate hook no-worky in mu-plugins folder. */ 242 if ( ( false ==$wpdb->get_var( "SHOW TABLES LIKE '%{$bp->core->table_name_notifications}%'" ) ) || ( get_site_option('bp-core-db-version') < BP_CORE_DB_VERSION ) )242 if ( ( !$wpdb->get_var( "SHOW TABLES LIKE '%{$bp->core->table_name_notifications}%'" ) ) || ( get_site_option('bp-core-db-version') < BP_CORE_DB_VERSION ) ) 243 243 bp_core_install(); 244 244 }
Note: See TracChangeset
for help on using the changeset viewer.