From: Michael M Slusarz Date: Fri, 18 Dec 2009 23:28:22 +0000 (-0700) Subject: Smaller data representation. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=de24e097a390a322d58cbd1b0f1f35225a01291b;p=horde.git Smaller data representation. --- diff --git a/imp/ajax.php b/imp/ajax.php index 06e9fcbe0..5ace1e635 100644 --- a/imp/ajax.php +++ b/imp/ajax.php @@ -786,7 +786,7 @@ case 'ModifyPoll': $imptree = IMP_Imap_Tree::singleton(); $result = new stdClass; - $result->add = (bool)$add; + $result->add = intval($add); $result->folder = $mbox; if ($add) {