From c221448281e358fe0961fb56715f6bddd8959742 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 3 Jun 2010 14:28:04 -0400 Subject: [PATCH] Use a dedicated member variable instead of going through _isset to avoid issues with empty tags. --- framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php b/framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php index 07c700c52..94b301f73 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php @@ -13,6 +13,7 @@ class Horde_ActiveSync_Message_Contact extends Horde_ActiveSync_Message_Base /* Workaround for issues with arrays from __get() */ public $categories = array(); public $children = array(); + public $bodytruncated = 0; /* POOMCONTACTS */ const ANNIVERSARY = "POOMCONTACTS:Anniversary"; -- 2.11.0