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