From c5dedd79caa2b083b264ce0af16cd54e968b817c Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 17 Feb 2011 04:12:22 -0500
Subject: [PATCH] - Add variable for 'Today' label in date_today option (#1486120)

---
 config/main.inc.php.dist |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 36c5277..3d9cd06 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -352,6 +352,7 @@
 $rcmail_config['date_long'] = 'd.m.Y H:i';
 
 // use this format for today's date display (date or strftime format)
+// Note: $ character will be replaced with 'Today' label
 $rcmail_config['date_today'] = 'H:i';
 
 // use this format for date display without time (date or strftime format)

--
Gitblit v1.9.1