You are here

function notifications_subscription_type_load in Notifications 7

Load subscription type for menu operations

File

./notifications.module, line 538
Notifications module

Code

function notifications_subscription_type_load($type) {
  return notifications_subscription($type);
}