! Remove the "0" padding in iterate params, not needed thanks to last commit
authorMatt <matt@uncensored.citadel.org>
Wed, 4 Feb 2009 08:27:18 +0000 (08:27 +0000)
committerMatt <matt@uncensored.citadel.org>
Wed, 4 Feb 2009 08:27:18 +0000 (08:27 +0000)
webcit/static/t/mailsummary_json.html

index 9f2b72e2ee35832081bf0d6cae5ac661973ee236..1322978a0151e58ea6c25c636abf724644a95327 100644 (file)
@@ -1,5 +1,5 @@
 { "nummsgs": <?READLOOP:TOTALMSGS>,
 "startmsg": <?READLOOP:STARTMSG>,
 "roomname": "<?ROOMNAME>",
-"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", 0, B("startmsg"), B("maxmsgs"))> ]
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", B("startmsg"), B("maxmsgs"))> ]
 }