You are here

function og_notifications_autosubscribe_map in Organic groups 6.2

2 calls to og_notifications_autosubscribe_map()
og_views_handler_field_autosubscribe::render in modules/og_views/includes/og_views_handler_field_autosubscribe.inc
og_views_handler_filter_autosubscribe::get_value_options in modules/og_views/includes/og_views_handler_filter_autosubscribe.inc

File

modules/og_notifications/og_notifications.module, line 575
Provide notifications and messaging support for organic groups.

Code

function og_notifications_autosubscribe_map() {
  return array(
    -1 => t('Site default'),
    0 => t('Disabled'),
    1 => t('Enabled'),
  );
}