Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
content_views_access_callback($field)
contributions/cck/modules/content_permissions/content_permissions.module, line 47
The default field access callback. Remove inaccessible fields from Views.
content_views_field_views_data()
<?php
function content_views_access_callback($field) {
return user_access('view '. $field['field_name']);
}
?>