Changeset 87b280e in github
- Timestamp:
- Mar 14, 2007 4:50:34 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 43a42dc
- Parents:
- 568ba39
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rff52bee1 r87b280e 1727 1727 1728 1728 // define date format depending on current time 1729 if ($CONFIG['prettydate'] && !$format && $timestamp > $today_limit )1729 if ($CONFIG['prettydate'] && !$format && $timestamp > $today_limit && $timestamp < $now) 1730 1730 return sprintf('%s %s', rcube_label('today'), date($CONFIG['date_today'] ? $CONFIG['date_today'] : 'H:i', $timestamp)); 1731 else if ($CONFIG['prettydate'] && !$format && $timestamp > $week_limit )1731 else if ($CONFIG['prettydate'] && !$format && $timestamp > $week_limit && $timestamp < $now) 1732 1732 $format = $CONFIG['date_short'] ? $CONFIG['date_short'] : 'D H:i'; 1733 1733 else if (!$format)
Note: See TracChangeset
for help on using the changeset viewer.
