typo in buddylist_api.module
ulf1 - January 25, 2009 - 08:13
| Project: | Buddylist2 |
| Version: | 6.x-1.x-dev |
| Component: | Buddy API |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
In function buddylist_api_load_relationships
the following line
if($type = 'rid') return db_fetch_object($result);
should be
if($type == 'rid') return db_fetch_object($result);
~
Ulf
