The user_relationships_load() function refers to the $include_user_info parameter as $include_user_data, thereby rendering it useless. When you change it to the correct parameter name, there's a typo in the statement to update the $joins array. Attached is a patch to fix the function so that it handles the $include_user_info parameter properly.
| Comment | File | Size | Author |
|---|---|---|---|
| ur_load_user_info.patch | 1.22 KB | prfctns6@gmail.com |
Comments
Comment #1
prfctns6@gmail.com commentedComment #2
sprsquish commentedThis is another difference between HEAD and DRUPAL-5--2. Sorry again.