You are here

function node_gallery_handler_field_fid::construct in Node Gallery 6.2

File

includes/node_gallery_handler_field_fid.inc, line 11
node_gallery_handler_field_fid.inc

Class

node_gallery_handler_field_fid
@file node_gallery_handler_field_fid.inc

Code

function construct() {
  parent::construct();

  //$this->additional_fields['gid'] = 'gid';
  $this->additional_fields['nid'] = 'nid';
}