Changeset 585 for trunk/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 11/27/2008 12:53:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r580 r585 66 66 $this->group_count = count($this->groups); 67 67 } else { 68 $this->groups = BP_Groups_Group::get_all( $this->pag_num, $this->pag_page, false, $this->sort_by, $this->order , true);68 $this->groups = BP_Groups_Group::get_all( $this->pag_num, $this->pag_page, false, $this->sort_by, $this->order ); 69 69 $this->total_group_count = count(BP_Groups_Group::get_all( false )); // TODO: not ideal 70 70 $this->group_count = count($this->groups);
Note: See TracChangeset
for help on using the changeset viewer.