function biblio_handler_field_contributor::construct in Bibliography Module 6
Same name and namespace in other branches
- 6.2 views/biblio_handler_field_contributor.inc \biblio_handler_field_contributor::construct()
File
- views/
biblio_handler_field_contributor.inc, line 3
Class
Code
function construct() {
parent::construct();
$this->additional_fields['vid'] = array(
'table' => 'biblio',
'field' => 'vid',
);
$this->auth_category = isset($this->definition['auth_category']) ? $this->definition['auth_category'] : 1;
}