Active
Project:
Buddylist2
Version:
6.x-1.x-dev
Component:
Buddy API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2009 at 08:13 UTC
Updated:
25 Jan 2009 at 08:13 UTC
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