diff options
author | alecpl <alec@alec.pl> | 2009-04-23 06:15:21 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-04-23 06:15:21 +0000 |
commit | 7a723522945b8954681171aa012b7ee1431a45cd (patch) | |
tree | f810ecbeb55f445f884303135bd24290524a3e1d /program/steps/mail/move_del.inc | |
parent | b659c3e2424a5602808cf3d48f4044a3975c9dd2 (diff) |
- messages list fix for IE
Diffstat (limited to 'program/steps/mail/move_del.inc')
-rw-r--r-- | program/steps/mail/move_del.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/move_del.inc b/program/steps/mail/move_del.inc index 673bd800b..399d41f65 100644 --- a/program/steps/mail/move_del.inc +++ b/program/steps/mail/move_del.inc @@ -108,7 +108,7 @@ if ($addrows && $_POST['_from']!='show' && ($jump_back || $nextpage_count > 0)) if (!$jump_back) { $a_headers = array_slice($a_headers, -$count, $count); } - rcmail_js_message_list($a_headers); + rcmail_js_message_list($a_headers, false, false); } // send response |