diff options
author | alecpl <alec@alec.pl> | 2010-05-02 15:09:36 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-02 15:09:36 +0000 |
commit | b62c4869f7c43804601b7786809e7e7a2508566d (patch) | |
tree | a2912d83818b22b0f64ed9cb8e466e386a8e7d26 /program/steps/mail/list.inc | |
parent | d44571bde1db578e69d82ad0121e9b44a89991a0 (diff) |
- Allow columns order change per user - drag&drop (#1485795)
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r-- | program/steps/mail/list.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index 89d127cdc..3b8c39fc8 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -45,7 +45,7 @@ else if ($cols = get_input_value('_cols', RCUBE_INPUT_GET)) { $save_arr = array(); - $_SESSION['list_columns'] = $save_arr['list_cols'] = explode(',', $cols); + $save_arr['list_cols'] = explode(',', $cols); } if ($save_arr) |