From 1c2d50422ada20605f7a6f027205f95349f3bbe0 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 24 Jan 2012 08:34:42 +0000 Subject: Fix if/else structure git-svn-id: https://svn.roundcube.net/trunk@5818 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 45fc865fa..7d1fbaab4 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -903,7 +903,7 @@ function rcmail_message_headers($attrib, $headers=NULL) else $header_value = format_date($value); } - if ($hkey == 'priority') { + else if ($hkey == 'priority') { if ($value) { $header_value = html::span('prio' . $value, rcmail_localized_priority($value)); } -- cgit v1.2.3