diff options
Diffstat (limited to 'modules/watchdog.module')
-rw-r--r-- | modules/watchdog.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/watchdog.module b/modules/watchdog.module index 545dd32af..d4e7b654e 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -8,6 +8,11 @@ function watchdog_help() { <?php } +function watchdog_system($field){ + $system["description"] = t("Logs and records system events."); + return $system[$field]; +} + function watchdog_perm() { return array("administer watchdog"); } |