flag_friend_get_friends() calls db_fetch_object(), which isn't in D7. It needs to be updated to use the new DB API.
The error I get says:
Fatal error: Call to undefined function db_fetch_object() in /path/to/drupal/sites/all/modules/flag_friend/flag_friend.module on line 167
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | db_fetch_object-1095524-1.patch | 2.32 KB | jon pugh |
Comments
Comment #1
jon pughPatch attached. two places needed update
Comment #2
shawn dearmond commentedAwesome. Needs review.
Comment #3
sirkitree commentedLooks good to me! Thank you! http://drupalcode.org/project/flag_friend.git/commitdiff/39844dec7bcf2c2...