Skip to:
Content

BuddyPress.org

Changeset 3363


Ignore:
Timestamp:
11/06/2010 04:53:37 PM (14 years ago)
Author:
boonebgorges
Message:

Corrects table creation routine in bp-core-schema.php to use the correct name for the main bp_messages table. Fixes #2719

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-schema.php

    r3346 r3363  
    155155    $charset_collate = bp_core_set_charset();
    156156
    157     $sql[] = "CREATE TABLE {$wpdb->base_prefix}bp_messages (
     157    $sql[] = "CREATE TABLE {$wpdb->base_prefix}bp_messages_messages (
    158158                id bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    159159                thread_id bigint(20) NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.