You are here

function og_notifications_enable in Organic groups 6.2

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

Implementation of hook_enable().

File

modules/og_notifications/og_notifications.install, line 48

Code

function og_notifications_enable() {
  _og_notifications_populate();
}