Changeset 8c8b2a4 in github
- Timestamp:
- Dec 20, 2006 10:59:50 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8af7757
- Parents:
- 04c6180
- Files:
-
- 2 edited
-
config/main.inc.php.dist (modified) (1 diff)
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
rb190970 r8c8b2a4 113 113 // use this format for detailed date/time formatting 114 114 $rcmail_config['date_long'] = 'd.m.Y H:i'; 115 116 // use this format for today's date display 117 $rcmail_config['date_today'] = 'H:i'; 115 118 116 119 // add this user-agent to message headers when sending -
program/include/main.inc
rf91a499 r8c8b2a4 1711 1711 // define date format depending on current time 1712 1712 if ($CONFIG['prettydate'] && !$format && $timestamp > $today_limit) 1713 return sprintf('%s %s', rcube_label('today'), date( 'H:i', $timestamp));1713 return sprintf('%s %s', rcube_label('today'), date($CONFIG['date_today'] ? $CONFIG['date_today'] : 'H:i', $timestamp)); 1714 1714 else if ($CONFIG['prettydate'] && !$format && $timestamp > $week_limit) 1715 1715 $format = $CONFIG['date_short'] ? $CONFIG['date_short'] : 'D H:i';
Note: See TracChangeset
for help on using the changeset viewer.
