summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-18 11:55:41 +0000
committerthomascube <thomas@roundcube.net>2007-05-18 11:55:41 +0000
commitae895a9d3cbffbcf09d23eab1280173ff748c53e (patch)
tree98bbd4850655ba8aec3699469991bf8c794dd9e6 /program/steps
parent8d07583f3920f27186ccc16ea1ecb49104f1e32d (diff)
Fixed broken message status management
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc2
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');