You are here

function commons_notifications_update_6000 in Drupal Commons 6.2

Enable og_notifications

File

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

Code

function commons_notifications_update_6000() {
  drupal_install_modules(array(
    'og_notifications',
  ));
  return array();
}