]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- default value for APP_DEFAULT_LOCALE
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jul 2006 13:14:46 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-config.php -> 1.16

eventum-config.php

index a5a17536d6a48989fbb31ea904de38f1a3353688..905954d3d81942468bc84ebc09b9af74c5eb837f 100755 (executable)
@@ -72,6 +72,9 @@ if (!defined('APP_COOKIE_DOMAIN')) {
 if (!defined('APP_HASH_TYPE')) {
     define('APP_HASH_TYPE', 'MD5');
 }
+if (!defined('APP_DEFAULT_LOCALE')) {
+    define('APP_DEFAULT_LOCALE', 'en_US');
+}
 
 if (APP_BENCHMARK) {
     // always benchmark the scripts
This page took 0.044018 seconds and 4 git commands to generate.