You are here

function og_role_watchdog_help in Role Watchdog 7.2

Same name and namespace in other branches
  1. 6.2 modules/og_role_watchdog/og_role_watchdog.module \og_role_watchdog_help()
  2. 6 modules/og_role_watchdog/og_role_watchdog.module \og_role_watchdog_help()
  3. 7 modules/og_role_watchdog/og_role_watchdog.module \og_role_watchdog_help()

Implementation of hook_help().

File

modules/og_role_watchdog/og_role_watchdog.module, line 67
Logs changes to user roles.

Code

function og_role_watchdog_help($path, $arg) {
  switch ($path) {
    case 'admin/help#og_role_watchdog':
      return '<p>' . t('OG Role watchdog extends the functionality of the role watchdog module so that it will also automatically record any role changes made within an Organic Group.') . '</p>';
  }
}