Changeset 5818 in subversion


Ignore:
Timestamp:
Jan 24, 2012 3:34:42 AM (16 months ago)
Author:
thomasb
Message:

Fix if/else structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/func.inc

    r5788 r5818  
    904904        $header_value = format_date($value); 
    905905    } 
    906     if ($hkey == 'priority') { 
     906    else if ($hkey == 'priority') { 
    907907      if ($value) { 
    908908        $header_value = html::span('prio' . $value, rcmail_localized_priority($value)); 
Note: See TracChangeset for help on using the changeset viewer.