You are here

function commons_notifications_enable in Drupal Commons 6.2

File

modules/features/commons_notifications/commons_notifications.install, line 11

Code

function commons_notifications_enable() {
  if (module_exists('commons_status_streams')) {
    commons_status_streams_disable_deprecated_notifications();
  }
}