Skip to:
Content

BuddyPress.org

Changeset 1764


Ignore:
Timestamp:
09/02/2009 08:21:35 PM (15 years ago)
Author:
apeatling
Message:

Fixes #805

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r1763 r1764  
    7070    global $wpdb, $bp;
    7171   
    72 //  if ( get_site_option('bp-activity-db-version') < BP_ACTIVITY_DB_VERSION )
     72    if ( get_site_option('bp-activity-db-version') < BP_ACTIVITY_DB_VERSION )
    7373        bp_activity_install();
    7474}
Note: See TracChangeset for help on using the changeset viewer.