From de24e097a390a322d58cbd1b0f1f35225a01291b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 18 Dec 2009 16:28:22 -0700 Subject: [PATCH] Smaller data representation. --- imp/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0