Skip to:
Content

BuddyPress.org

Changeset 605


Ignore:
Timestamp:
12/04/2008 05:13:52 PM (16 years ago)
Author:
apeatling
Message:

Fixing bug with wp_bp_user_blogs table creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r601 r605  
    3131                id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    3232                user_id int(11) NOT NULL,
    33                 blog_id int(11) NOT NULL
     33                blog_id int(11) NOT NULL,
    3434                KEY user_id (user_id),
    3535                KEY blog_id (blog_id)
Note: See TracChangeset for help on using the changeset viewer.