diff --git a/modules/watchdog.module b/modules/watchdog.module index cec70158c8827ad6305970573ee5951c590eef09..c998c91a43304434603c3b741dde18b902128960 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -17,8 +17,6 @@ */ function watchdog_help($section = 'admin/help#watchdog') { switch ($section) { - case 'admin/help#watchdog': - return t('<p>The watchdog module monitors your web site, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to <a href="%watchdog">check the watchdog report</a> on a regular basis as it is often the only way to tell what is going on.</p>', array('%watchdog' => url('admin/logs'))); case 'admin/logs': return t('<p>The watchdog module monitors your web site, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.</p>'); case 'admin/modules#description': diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index cec70158c8827ad6305970573ee5951c590eef09..c998c91a43304434603c3b741dde18b902128960 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -17,8 +17,6 @@ */ function watchdog_help($section = 'admin/help#watchdog') { switch ($section) { - case 'admin/help#watchdog': - return t('<p>The watchdog module monitors your web site, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to <a href="%watchdog">check the watchdog report</a> on a regular basis as it is often the only way to tell what is going on.</p>', array('%watchdog' => url('admin/logs'))); case 'admin/logs': return t('<p>The watchdog module monitors your web site, capturing system events in a log to be reviewed by an authorized individual at a later time. The watchdog log is simply a list of recorded events containing usage data, performance data, errors, warnings and operational information. It is vital to check the watchdog report on a regular basis as it is often the only way to tell what is going on.</p>'); case 'admin/modules#description':