Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/27/2009 10:41:10 AM (14 years ago)
Author:
apeatling
Message:

Single WP support. Yes, you read that correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-bbpress.php

    r2077 r2209  
    9595        require_once( BB_PATH . 'bb-admin/includes/defaults.bb-schema.php' );
    9696
    97         dbDelta( $bb_queries );
     97        /* Backticks and "IF NOT EXISTS" break the dbDelta function. */
     98        dbDelta( str_replace( ' IF NOT EXISTS', '', str_replace( '`', '', $bb_queries ) ) );
    9899
    99100        require_once( BB_PATH . 'bb-admin/includes/functions.bb-upgrade.php' );
Note: See TracChangeset for help on using the changeset viewer.