From: dbs Date: Sat, 19 Jan 2008 19:33:39 +0000 (+0000) Subject: Correct SetEnv syntax for XUL locale X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b3af23f554ee3bc49db219b2adda4084ed2be641;p=Evergreen.git Correct SetEnv syntax for XUL locale git-svn-id: svn://svn.open-ils.org/ILS/trunk@8432 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 # ----------------------------------------------------------------------------------