function og_handler_field_private in Organic groups 5.3
Same name and namespace in other branches
- 5.8 og_views.inc \og_handler_field_private()
1 string reference to 'og_handler_field_private'
- og_views_tables in ./
og_views.inc - Implementation of the hook_views_tables()
File
- ./
og_views.inc, line 1271
Code
function og_handler_field_private($fieldinfo, $fielddata, $value, $data) {
return $value ? t('Private') : t('Public');
}