summaryrefslogtreecommitdiff
path: root/modules/watchdog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-01-26 23:02:44 +0000
committerDries Buytaert <dries@buytaert.net>2005-01-26 23:02:44 +0000
commitcbd9db90a3d9a0e301ebf7a18a5e715c717bfe08 (patch)
tree9da75bd8c9ae5f29a1d18b20d7ddcc887f80e34a /modules/watchdog
parent7415e0b1c8330741cac39f3b10b2b728d8755e72 (diff)
downloadbrdo-cbd9db90a3d9a0e301ebf7a18a5e715c717bfe08.tar.gz
brdo-cbd9db90a3d9a0e301ebf7a18a5e715c717bfe08.tar.bz2
- Patch #16197 by Neil: removed useless watchdog "long" help.
Less is more.
Diffstat (limited to 'modules/watchdog')
-rw-r--r--modules/watchdog/watchdog.module2
1 files changed, 0 insertions, 2 deletions
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('<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':