Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/19/2010 02:00:55 PM (15 years ago)
Author:
djpaul
Message:

Fixes some more PHP notices

File:
1 edited

Legend:

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

    r3450 r3542  
    284284        global $wpdb, $bp;
    285285
     286        $pag_sql = '';
    286287        if ( $limit && $page )
    287288            $pag_sql = $wpdb->prepare( " LIMIT %d, %d", intval( ( $page - 1 ) * $limit), intval( $limit ) );
Note: See TracChangeset for help on using the changeset viewer.