diff options
author | alecpl <alec@alec.pl> | 2012-04-11 16:03:16 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-11 16:03:16 +0000 |
commit | 3d5240b70d39b398018c0c04c420fc86da65d41a (patch) | |
tree | 13810b2f549adeba0b89dfec40faf566d39c9da6 /program/steps/mail | |
parent | 4dbc961b116f02f85d87d6a51446ba4b64bbc1ba (diff) |
- Revert r6060, fix #1487822 using css-only
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/list.inc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index 930758354..dad86663a 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -51,15 +51,9 @@ if ($cols = get_input_value('_cols', RCUBE_INPUT_GET)) $save_arr['list_cols'] = explode(',', $cols); } -if ($save_arr) { +if ($save_arr) $RCMAIL->user->save_prefs($save_arr); - // force page reload if list columns changed in IE8 (#1487822) - if ($save_arr['list_cols'] && $OUTPUT->browser->ie && $OUTPUT->browser->ver == 8) { - $OUTPUT->redirect(array('_mbox' => $RCMAIL->storage->get_folder()), 0); - } -} - $mbox_name = $RCMAIL->storage->get_folder(); $threading = (bool) $RCMAIL->storage->get_threading(); |