From 3ea1119e500c23ee918569e2a58cc5abaa1d8a5a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 17 Jul 2008 12:36:13 -0400 Subject: define syslog variables in common.php darcs-hash:20080717163613-84dde-2684415a03d1a2754e148e4921ce39ad075bbc5b.gz --- lib/util.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 1aa9d2944..249c467d9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1054,7 +1054,6 @@ function common_ensure_syslog() { static $initialized = false; if (!$initialized) { global $config; - define_syslog_variables(); openlog($config['syslog']['appname'], 0, LOG_USER); $initialized = true; } -- cgit v1.2.3-54-g00ecf