Changeset 1538 for trunk/bp-friends/bp-friends-templatetags.php
- Timestamp:
- 06/10/2009 08:49:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-templatetags.php
r1473 r1538 47 47 $this->friendship_count = count($this->friendships); 48 48 } else { 49 if ( !$max )49 if ( !$max || $max >= (int)$this->friendships['total'] ) 50 50 $this->total_friend_count = (int)$this->friendships['total']; 51 51 else
Note: See TracChangeset
for help on using the changeset viewer.