Changeset c97c575 in github for program/steps/mail/list.inc


Ignore:
Timestamp:
Apr 11, 2012 11:30:19 AM (14 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
4dbc961
Parents:
1ba07f0
Message:

Force page reload if list columns changed in IE8 (#1487822)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/list.inc

    r7fe3811 rc97c575  
    5252} 
    5353 
    54 if ($save_arr) 
     54if ($save_arr) { 
    5555  $RCMAIL->user->save_prefs($save_arr); 
     56 
     57  // force page reload if list columns changed in IE8 (#1487822) 
     58  if ($save_arr['list_cols'] && $OUTPUT->browser->ie && $OUTPUT->browser->ver == 8) { 
     59    $OUTPUT->redirect(array('_mbox' => $RCMAIL->storage->get_folder()), 0); 
     60  } 
     61} 
    5662 
    5763$mbox_name = $RCMAIL->storage->get_folder(); 
Note: See TracChangeset for help on using the changeset viewer.