Fix if/else structure

pull/1/head
thomascube 13 years ago
parent 32afefb851
commit 567be64c28

@ -903,7 +903,7 @@ function rcmail_message_headers($attrib, $headers=NULL)
else else
$header_value = format_date($value); $header_value = format_date($value);
} }
if ($hkey == 'priority') { else if ($hkey == 'priority') {
if ($value) { if ($value) {
$header_value = html::span('prio' . $value, rcmail_localized_priority($value)); $header_value = html::span('prio' . $value, rcmail_localized_priority($value));
} }

Loading…
Cancel
Save