function og_notifications_og_notify in Organic groups 5
Same name and namespace in other branches
- 5.7 og_notifications/og_notifications.module \og_notifications_og_notify()
Temporary implementation of hook_og_notify() to override og's inbuilt notification system.
File
- og_notifications/
og_notifications.module, line 139 - Subscriptions to content in groups.
Code
function og_notifications_og_notify() {
return TRUE;
}