Changeset 1582 for branches/1.0/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 06/24/2009 07:58:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bp-activity/bp-activity-templatetags.php
r1563 r1582 34 34 $this->activities = bp_activity_get_friends_activity( $user_id, $timeframe, $this->pag_num, $this->pag_page ); 35 35 36 if ( !$max )36 if ( !$max || $max >= (int)$this->activities['total'] ) 37 37 $this->total_activity_count = (int)$this->activities['total']; 38 38 else
Note: See TracChangeset
for help on using the changeset viewer.