Posted by nighthawk117 on October 27, 2009 at 10:16pm
Jump to:
| Project: | Drupal for Facebook |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#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.