From 1800ea94bfd9520ef8f95d2bbdf96ac07fbe20b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 5 Oct 2007 13:11:19 +0000 Subject: #144634 follow up patch by chx: two caes, where the external link property should have been specified --- modules/syslog/syslog.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/syslog/syslog.module') diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module index 4b9207ae3..3b30d93b4 100644 --- a/modules/syslog/syslog.module +++ b/modules/syslog/syslog.module @@ -40,8 +40,8 @@ function syslog_admin_settings() { '#default_value' => variable_get('syslog_facility', DEFAULT_SYSLOG_FACILITY), '#options' => syslog_facility_list(), '#description' => t('Select the syslog facility to send Drupal\'s messages to. Syslog is a system administration logging tool, where messages are routed by facility and severity. It is more suitable for medium to large sites, and would not be suitable for shared hosting environments. In the file /etc/syslog.conf you define where messages go for any combination of facility and severity. For UNIX/Linux systems, Drupal can use the facilities user, local0 to local7, for Windows, you can only use the user facility. For more information on syslog facilities, severity levels, and how to setup a syslog.conf files, see !syslog_conf and !php', array( - '!php' => l("PHP's syslog", 'http://www.php.net/manual/en/function.openlog.php'), - '!syslog_conf' => l('UNIX/Linux syslog.conf', 'http://www.rt.com/man/syslog.5.html'), + '!php' => l("PHP's syslog", 'http://www.php.net/manual/en/function.openlog.php', array('external' => TRUE)), + '!syslog_conf' => l('UNIX/Linux syslog.conf', 'http://www.rt.com/man/syslog.5.html', array('external' => TRUE)), )), ); return system_settings_form($form); -- cgit v1.2.3