]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- support new constant: APP_EMAIL_ENCODING
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Aug 2006 13:01:08 +0000 (13:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-config.php -> 1.17

eventum-config.php

index 905954d3d81942468bc84ebc09b9af74c5eb837f..291ba29fa7f51c0a3d4716621e76cf0fb30e7b0e 100755 (executable)
@@ -75,6 +75,9 @@ if (!defined('APP_HASH_TYPE')) {
 if (!defined('APP_DEFAULT_LOCALE')) {
     define('APP_DEFAULT_LOCALE', 'en_US');
 }
+if (!defined('APP_EMAIL_ENCODING')) {
+    define('APP_EMAIL_ENCODING', APP_CHARSET);
+}
 
 if (APP_BENCHMARK) {
     // always benchmark the scripts
This page took 0.102542 seconds and 4 git commands to generate.