From 3d0003dbdf7280ccf05978278819c81634da239e Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 26 Aug 2013 02:06:52 -0400
Subject: [PATCH] Fixed variable name (changed unintentionally in last backporting commit)
---
config/main.inc.php.dist | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index ff6a7b4..0b81529 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -437,7 +437,7 @@
// give this choice of date formats to the user to select from
// Note: do not use ambiguous formats like m/d/Y
-$config['date_formats'] = array('Y-m-d', 'Y/m/d', 'Y.m.d', 'd-m-Y', 'd/m/Y', 'd.m.Y', 'j.n.Y');
+$rcmail_config['date_formats'] = array('Y-m-d', 'Y/m/d', 'Y.m.d', 'd-m-Y', 'd/m/Y', 'd.m.Y', 'j.n.Y');
// use this format for time display (date or strftime format)
$rcmail_config['time_format'] = 'H:i';
--
Gitblit v1.9.1