Skip to:
Content

BuddyPress.org

Changeset 2416 for trunk/bp-activity.php


Ignore:
Timestamp:
01/24/2010 01:13:15 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1641

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2405 r2416  
    11<?php
    22
    3 define ( 'BP_ACTIVITY_DB_VERSION', '2031' );
     3define ( 'BP_ACTIVITY_DB_VERSION', '2040' );
    44
    55/* Define the slug for the component */
     
    469469        'item_id' => false, // Optional: The ID of the specific item being recorded, e.g. a blog_id
    470470        'secondary_item_id' => false, // Optional: A second ID used to further filter e.g. a comment_id
    471         'recorded_time' => time(), // The time that this activity was recorded
     471        'recorded_time' => gmdate( "Y-m-d H:i:s" ), // The GMT time that this activity was recorded
    472472        'hide_sitewide' => false // Should this be hidden on the sitewide activity stream?
    473473    );
Note: See TracChangeset for help on using the changeset viewer.