fb_views.module users view
nighthawk117 - October 27, 2009 - 22:16
| Project: | Drupal for Facebook |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I've been working extensively with your FB module recently and noticed what I believe are two fairly basic bugs:
line 46 of fb_views.module should read "users" not "user"
fb_views_handler_filter_friends.inc should on line 25 do something like:
$alias = $this->table_alias;
$this->query->add_where(0, $alias . '.fbu IN (%s)',
implode(',', $friends));
to support relationship handling in views.

#1
I made your changes a while back, but never checked them in!
Thanks.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.