summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-05-18 11:55:41 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-05-18 11:55:41 +0000
commit32ab9a66704ad121283037fd32f9fd503b682925 (patch)
tree7233a2d07864a5dbe001c77e7bd012ac47a744fe /roundcubemail/program/steps
parenta96aba91f1aacde51e10bc49520911201713a380 (diff)
Fixed broken message status management
git-svn-id: https://svn.roundcube.net/trunk@574 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index 3fa089037..fc1741700 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/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');