Skip to:
Content

BuddyPress.org

Changeset 1017 for trunk/bp-friends.php


Ignore:
Timestamp:
02/04/2009 12:29:21 AM (16 years ago)
Author:
matt
Message:

Minor cleanups, mods, and todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r974 r1017  
    7474    if ( is_site_admin() ) {
    7575        /* 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 )  )
    7777            friends_install();
    7878    }
Note: See TracChangeset for help on using the changeset viewer.