From: Jan Schneider Date: Wed, 17 Mar 2010 09:45:38 +0000 (+0100) Subject: Fix sending boolean post value. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9f54bcb4beb65384acb04cfe4657a818ebd4271e;p=horde.git Fix sending boolean post value. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 924da57d5..ecb144b81 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -4069,7 +4069,7 @@ KronolithCore = { view: this.view, view_start: start, view_end: end, - as_new: !!asnew + as_new: asnew ? 1 : 0 }), function(r) { if (r.response.events && eventid) {