From 3d0003dbdf7280ccf05978278819c81634da239e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 26 Aug 2013 08:06:52 +0200 Subject: Fixed variable name (changed unintentionally in last backporting commit) --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ff6a7b470..0b81529ff 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -437,7 +437,7 @@ $rcmail_config['date_format'] = 'Y-m-d'; // 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'; -- cgit v1.2.3