Opened 17 years ago
Closed 17 years ago
#589 closed defect (bug) (fixed)
Erroneous conditionals in groups_delete_groupmeta() and bp_blogs_delete_blogmeta()
| Reported by: | johnbillion | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Version: | 1.0 | |
| Severity: | Keywords: | has-patch | |
| Cc: |
Description
These functions have an incorrect conditional statement which prevents them from deleting meta rows if you only specify the meta_key. They will also delete all meta data with the specified meta_key if you additionally pass the meta_value.
This should of course be the other way around.
Attachments (1)
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)
Patch