SOURCES: eventum-config.php - support new constant: APP_EMAIL_ENCO...
glen
glen at pld-linux.org
Wed Aug 23 15:01:14 CEST 2006
Author: glen Date: Wed Aug 23 13:01:14 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- support new constant: APP_EMAIL_ENCODING
---- Files affected:
SOURCES:
eventum-config.php (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SOURCES/eventum-config.php
diff -u SOURCES/eventum-config.php:1.16 SOURCES/eventum-config.php:1.17
--- SOURCES/eventum-config.php:1.16 Wed Jul 19 15:14:46 2006
+++ SOURCES/eventum-config.php Wed Aug 23 15:01:08 2006
@@ -75,6 +75,9 @@
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/eventum-config.php?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list