[open-ils-commits] r8432 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Jan 19 14:59:40 EST 2008


Author: dbs
Date: 2008-01-19 14:33:39 -0500 (Sat, 19 Jan 2008)
New Revision: 8432

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Correct SetEnv syntax for XUL locale


Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-01-19 05:26:34 UTC (rev 8431)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2008-01-19 19:33:39 UTC (rev 8432)
@@ -108,7 +108,7 @@
     allow from all
 
     # We only support one locale (en-US) for the time being
-    SetEnv locale=en-US
+    SetEnv locale en-US
 </LocationMatch>
 
 # ----------------------------------------------------------------------------------



More information about the open-ils-commits mailing list