Use a dedicated member variable instead of going through _isset to
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 3 Jun 2010 18:28:04 +0000 (14:28 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 3 Jun 2010 18:28:40 +0000 (14:28 -0400)
avoid issues with empty tags.

framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php

index 07c700c..94b301f 100644 (file)
@@ -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";