From: Michael J. Rubinsky Date: Thu, 3 Jun 2010 18:28:04 +0000 (-0400) Subject: Use a dedicated member variable instead of going through _isset to X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c221448281e358fe0961fb56715f6bddd8959742;p=horde.git Use a dedicated member variable instead of going through _isset to avoid issues with empty tags. --- 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";