thomascube
2012-01-24 567be64c28f0a83c3d0a8aaa839a2d708cf95963
Fix if/else structure

1 files modified
2 ■■■ changed files
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -903,7 +903,7 @@
      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));
      }