You are here

function notifications_subscription_load in Notifications 6.4

Same name and namespace in other branches
  1. 6 notifications.module \notifications_subscription_load()
  2. 6.2 notifications.module \notifications_subscription_load()
  3. 6.3 notifications.module \notifications_subscription_load()
  4. 7 notifications.module \notifications_subscription_load()

Menu loading, subscription

File

./notifications.module, line 343
Notifications module

Code

function notifications_subscription_load($sid) {
  return notifications_load_subscription($sid);
}