From b3af23f554ee3bc49db219b2adda4084ed2be641 Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 19 Jan 2008 19:33:39 +0000 Subject: [PATCH] Correct SetEnv syntax for XUL locale git-svn-id: svn://svn.open-ils.org/ILS/trunk@8432 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg_vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/eg_vhost.conf b/Open-ILS/examples/apache/eg_vhost.conf index d6838fe3f3..d5460b173a 100644 --- a/Open-ILS/examples/apache/eg_vhost.conf +++ b/Open-ILS/examples/apache/eg_vhost.conf @@ -108,7 +108,7 @@ OSRFGatewayConfig /openils/conf/opensrf_core.xml allow from all # We only support one locale (en-US) for the time being - SetEnv locale=en-US + SetEnv locale en-US # ---------------------------------------------------------------------------------- -- 2.43.2