Skip to:
Content

BuddyPress.org

Changeset 953


Ignore:
Timestamp:
01/28/2009 08:25:13 PM (16 years ago)
Author:
apeatling
Message:

Fixes #338

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r950 r953  
    44define ( 'BP_GROUPS_IS_INSTALLED', 1 );
    55define ( 'BP_GROUPS_VERSION', '1.0b1' );
    6 define ( 'BP_GROUPS_DB_VERSION', '937' );
     6define ( 'BP_GROUPS_DB_VERSION', '951' );
    77
    88include_once( 'bp-groups/bp-groups-classes.php' );
     
    4242            photos_admin_only tinyint(1) NOT NULL DEFAULT '0',
    4343            date_created datetime NOT NULL,
    44             avatar_thumb varchar(150) NOT NULL,
    45             avatar_full varchar(150) NOT NULL,
     44            avatar_thumb varchar(250) NOT NULL,
     45            avatar_full varchar(250) NOT NULL,
    4646            KEY creator_id (creator_id),
    4747            KEY status (status),
Note: See TracChangeset for help on using the changeset viewer.