[buddypress-trac] [BuddyPress] #2387: wrong table name for messages
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Mon May 17 14:57:19 UTC 2010
#2387: wrong table name for messages
-------------------------+--------------------------------------------------
Reporter: eclipseguru | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.3
Component: Messaging | Keywords:
-------------------------+--------------------------------------------------
I'm currently evaluating trunk (future 1.3?) as a framework for a website
I'm creating. I noticed an issue with the messaging component.
In {{{bp-messages.php}}} it says:
{{{
$bp->messages->table_name_messages = $wpdb->base_prefix .
'bp_messages_messages';
}}}
In {{{bp-core/admin/bp-core-schema.php}}} it says:
{{{
$sql[] = "CREATE TABLE {$wpdb->base_prefix}bp_messages (
...
}}}
Which is the correct table name?
--
Ticket URL: <http://trac.buddypress.org/ticket/2387>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list