function notifications_subscription_load in Notifications 6.3
Same name and namespace in other branches
- 6.4 notifications.module \notifications_subscription_load()
- 6 notifications.module \notifications_subscription_load()
- 6.2 notifications.module \notifications_subscription_load()
- 7 notifications.module \notifications_subscription_load()
Menu loading, subscription
File
- ./
notifications.module, line 261 - Notifications module
Code
function notifications_subscription_load($sid) {
return notifications_load_subscription($sid);
}