From cbd9db90a3d9a0e301ebf7a18a5e715c717bfe08 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 26 Jan 2005 23:02:44 +0000 Subject: - Patch #16197 by Neil: removed useless watchdog "long" help. Less is more. --- modules/watchdog.module | 2 -- modules/watchdog/watchdog.module | 2 -- 2 files changed, 4 deletions(-) diff --git a/modules/watchdog.module b/modules/watchdog.module index cec70158c..c998c91a4 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('

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.

', array('%watchdog' => url('admin/logs'))); case 'admin/logs': return t('

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.

'); case 'admin/modules#description': diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index cec70158c..c998c91a4 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('

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.

', array('%watchdog' => url('admin/logs'))); case 'admin/logs': return t('

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.

'); case 'admin/modules#description': -- cgit v1.2.3