From 60c06921ce37fae8604b83e0ccd149f3ee3eab1e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 21 Jan 2009 14:22:33 +0000 Subject: - Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling. --- modules/syslog/syslog.module | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/syslog/syslog.module') diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module index 6d29e4984..ede31926a 100644 --- a/modules/syslog/syslog.module +++ b/modules/syslog/syslog.module @@ -28,11 +28,12 @@ function syslog_help($path, $arg) { function syslog_menu() { $items['admin/settings/logging/syslog'] = array( - 'title' => 'Syslog', - 'description' => 'Settings for syslog logging. Syslog is an operating system administrative logging tool used in systems management and security auditing. Most suited to medium and large sites, syslog provides filtering tools that allow messages to be routed by type and severity.', - 'page callback' => 'drupal_get_form', + 'title' => 'Syslog logging', + 'description' => 'Settings for syslog logging. Syslog is an operating system administrative logging tool used in systems management and security auditing. Most suited to medium and large sites, syslog provides filtering tools that allow messages to be routed by type and severity.', + 'page callback' => 'drupal_get_form', 'page arguments' => array('syslog_admin_settings'), 'access arguments' => array('administer site configuration'), + 'type' => MENU_LOCAL_TASK, ); return $items; } -- cgit v1.2.3