diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-20 19:49:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-20 19:49:14 +0000 |
commit | c2d7419f23dd2929e7178e2f09f327e08faa348b (patch) | |
tree | e16ca920886af5619bd3bc51776c428c73c7c2d4 /modules/watchdog/watchdog.module | |
parent | 4b449a7e5d6347603fa3a1ed70d0e9273db2b92b (diff) | |
download | brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.gz brdo-c2d7419f23dd2929e7178e2f09f327e08faa348b.tar.bz2 |
- Patch #8681 by stefan: fixed some broken URLs and help texts.
Diffstat (limited to 'modules/watchdog/watchdog.module')
-rw-r--r-- | modules/watchdog/watchdog.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/watchdog/watchdog.module b/modules/watchdog/watchdog.module index 14c2c17d7..3af7cc617 100644 --- a/modules/watchdog/watchdog.module +++ b/modules/watchdog/watchdog.module @@ -28,8 +28,8 @@ function watchdog_help($section = 'admin/help#watchdog') { return t('Watchdog warning events. These events don\'t stop Drupal from running, but are things you should know.'); case 'admin/modules#description': return t('Logs and records system events.'); - case 'admin/settings/watchdog': - return t('Watchdog logs your system events. To see these events go to the <a href="%watchdog">logs</a>. Since these logs can grow out of control if kept around forever, below set how long an item should be kept in the log. Note that to discard entries as set below you must run "cron.php" regularly.', array('%watchdog' => url('admin/logs'))); +// case 'admin/settings/watchdog': +// return t('Watchdog logs your system events. To see these events go to the <a href="%watchdog">logs</a>. Since these logs can grow out of control if kept around forever, below set how long an item should be kept in the log. Note that to discard entries as set below you must run "cron.php" regularly.', array('%watchdog' => url('admin/logs'))); } } |