Changeset 5818 in subversion
- Timestamp:
- Jan 24, 2012 3:34:42 AM (16 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r5788 r5818 904 904 $header_value = format_date($value); 905 905 } 906 if ($hkey == 'priority') {906 else if ($hkey == 'priority') { 907 907 if ($value) { 908 908 $header_value = html::span('prio' . $value, rcmail_localized_priority($value));
Note: See TracChangeset
for help on using the changeset viewer.
