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
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

Dave Cohen - November 11, 2009 - 20:56
Status:active» fixed

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

Thanks.

#2

System Message - November 25, 2009 - 21:00
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.