You are here

function og_notifications_update_5001 in Organic groups 5.3

Same name and namespace in other branches
  1. 5.8 og_notifications/og_notifications.install \og_notifications_update_5001()

Update function to quick-fix OG-D5 installations that already had this module enabled prior to the 5703 update.

File

og_notifications/og_notifications.install, line 36

Code

function og_notifications_update_5001() {
  if (variable_get('og_notifications_update_required', FALSE)) {
    og_notifications_install();
  }
}