Skip to:
Content

BuddyPress.org

Changeset 2890


Ignore:
Timestamp:
04/05/2010 08:26:10 AM (15 years ago)
Author:
apeatling
Message:

Allow the "online" ordering of users to respect timezones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-classes.php

    r2860 r2890  
    137137
    138138        if ( 'online' == $type )
    139             $sql['where_online'] = "AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= NOW()";
     139            $sql['where_online'] = "AND DATE_ADD( um.meta_value, INTERVAL 5 MINUTE ) >= UTC_TIMESTAMP()";
    140140
    141141        if ( 'alphabetical' == $type )
Note: See TracChangeset for help on using the changeset viewer.