Opened 18 years ago
Closed 18 years ago
#324 closed defect (bug) (fixed)
groups_get_all() returns empty array
| Reported by: | burtadsit | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
The fn groups_get_all() in bp-groups.php always returns an empty array when called with default params. BP_Groups_Group::get_all() has sql problems.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
A clarification: bp doesn't use groups_get_all(). It does use BP_Groups_Group::get_all() though. I haven't tested this with paging but if called with BP_Groups_Group::get_all(false,false) it returns nothing.