Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2009 06:57:39 PM (17 years ago)
Author:
apeatling
Message:

Fixes #1173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r1931 r2036  
    146146        function get_activity_for_user( $user_id, $max_items, $limit, $page, $filter ) {
    147147                global $wpdb, $bp;
    148 
    149                 $since = strtotime($since);
    150                
     148                               
    151149                if ( $limit && $page )
    152150                        $pag_sql = $wpdb->prepare( "LIMIT %d, %d", intval( ( $page - 1 ) * $limit), intval( $limit ) );
Note: See TracChangeset for help on using the changeset viewer.