Skip to:
Content

BuddyPress.org

Changeset 1714 for trunk/bp-groups.php


Ignore:
Timestamp:
08/27/2009 05:43:08 PM (15 years ago)
Author:
apeatling
Message:

Signup avatar upload fixes and DB fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1710 r1714  
    11<?php
    22
    3 define ( 'BP_GROUPS_DB_VERSION', '1710' );
     3define ( 'BP_GROUPS_DB_VERSION', '1711' );
    44
    55/* Define the slug for the component */
     
    3232            enable_wire tinyint(1) NOT NULL DEFAULT '1',
    3333            enable_forum tinyint(1) NOT NULL DEFAULT '1',
    34             date_created datetime NOT NULL
     34            date_created datetime NOT NULL,
    3535            KEY creator_id (creator_id),
    3636            KEY status (status)
     
    533533                add_action( 'wp', 'bp_core_add_jquery_cropper' );
    534534            }
    535             //var_dump($_COOKIE);
    536535        }
    537536
Note: See TracChangeset for help on using the changeset viewer.