You are here

function og_notifications_enable in Organic groups 5.8

Same name and namespace in other branches
  1. 5.3 og_notifications/og_notifications.install \og_notifications_enable()
  2. 6.2 modules/og_notifications/og_notifications.install \og_notifications_enable()
  3. 6 modules/og_notifications/og_notifications.install \og_notifications_enable()

Implementation of hook_enable().

File

og_notifications/og_notifications.install, line 45

Code

function og_notifications_enable() {
  _og_notifications_populate();
}