function _heartbeat_message_has_access in Heartbeat 6.4
Same name and namespace in other branches
- 7 heartbeat.module \_heartbeat_message_has_access()
Helper function to check access on an Access type activity stream
2 string references to '_heartbeat_message_has_access'
- heartbeat_menu in ./
heartbeat.module - Implementation of hook_menu().
- heartbeat_views_views_bulk_operations_object_info in views/
heartbeat_views.module - Implementation of hook_views_bulk_operations_object_info()
File
- ./
heartbeat.module, line 1672
Code
function _heartbeat_message_has_access($uaid) {
return TRUE;
}