diff options
author | thomascube <thomas@roundcube.net> | 2007-05-18 11:55:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-18 11:55:41 +0000 |
commit | ae895a9d3cbffbcf09d23eab1280173ff748c53e (patch) | |
tree | 98bbd4850655ba8aec3699469991bf8c794dd9e6 /program/steps/mail | |
parent | 8d07583f3920f27186ccc16ea1ecb49104f1e32d (diff) |
Fixed broken message status management
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 3fa089037..fc1741700 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -505,7 +505,7 @@ function rcmail_message_list($attrib) if ($attrib['attachmenticon']) $OUTPUT->set_env('attachmenticon', $skin_path . $attrib['attachmenticon']); - $OUTPUT->set_env('messages', array2js($a_js_message_arr)); + $OUTPUT->set_env('messages', $a_js_message_arr); $OUTPUT->include_script('list.js'); |