You are here

function fb_views_handler_profile_pic::construct in Drupal for Facebook 6.3

Same name and namespace in other branches
  1. 6.2 fb_views/fb_views_handler_profile_pic.inc \fb_views_handler_profile_pic::construct()
  2. 7.3 fb_views/fb_views_handler_profile_pic.inc \fb_views_handler_profile_pic::construct()

File

fb_views/fb_views_handler_profile_pic.inc, line 9
Render fbml tag for user's picture.

Class

fb_views_handler_profile_pic
@file Render fbml tag for user's picture.

Code

function construct() {
  parent::construct();
  $this->additional_fields['fbu'] = 'fbu';
}