I tried importing my user relationships into friendlist and received an error:

PHP Fatal error: Call to undefined function friendlist_api_set_relations_field() in /home/clients/websites/w_new/public_html/new/sites/all/modules/friendlist/friendlist_import_ur/friendlist_import_ur.module on line 84

Upon closer examination, it appears there is a type-o in the friendlist_import_ur.module. I compared it with friendlist_api.module and friendlist_import_bl.module and found that the function should be friendlist_api_set_relation_field() (no "s"). I fixed the type-o and was able to import but wanted to let you know in case you were unaware.

Thanks
Brandon

CommentFileSizeAuthor
#2 friendlist.20091007.patch4.5 KBjoestewart

Comments

bmblack’s picture

Thank you for this!!! I could not figure out why I was getting that error!

joestewart’s picture

Status: Active » Needs review
StatusFileSize
new4.5 KB

Untested patch created based on description.