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

Status:active» fixed

I made your changes a while back, but never checked them in!

Thanks.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here