function notifications_account_subscription_access in Notifications 7
Check user access to subscription
1 string reference to 'notifications_account_subscription_access'
- notifications_account_menu in notifications_account/
notifications_account.module - Implementation of hook_menu()
File
- notifications_account/
notifications_account.module, line 125 - Notifications module - User subscriptions tabs
Code
function notifications_account_subscription_access($op, $subscription = NULL) {
}