]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/mailsummary_json.html
* fix another off by one while retrieving the iterator counter params
[citadel.git] / webcit / static / t / mailsummary_json.html
index 3369d45706c8c40c89f7998e6204bafc22135374..9f2b72e2ee35832081bf0d6cae5ac661973ee236 100644 (file)
@@ -1,5 +1,5 @@
 { "nummsgs": <?READLOOP:TOTALMSGS>,
 "startmsg": <?READLOOP:STARTMSG>,
 "roomname": "<?ROOMNAME>",
-"msgs": [ <?ITERATE("MAIL:SUMM:MSGS","mailsummary_json_section"," ",B"startmsg",B"maxmsgs")> ]
-}
\ No newline at end of file
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", 0, B("startmsg"), B("maxmsgs"))> ]
+}