From 79dc14fd012d075cff0b58285bc310f9f75244f8 Mon Sep 17 00:00:00 2001
From: Miles Lott <milosch@alumni.egroupware.org>
Date: Thu, 9 Aug 2001 04:50:11 +0000
Subject: [PATCH] set 'ha' element of $_xh global to '' to avoid erroring

---
 phpgwapi/inc/class.xmlrpcmsg.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phpgwapi/inc/class.xmlrpcmsg.inc.php b/phpgwapi/inc/class.xmlrpcmsg.inc.php
index 2ed527835c..a3ed8c0dab 100644
--- a/phpgwapi/inc/class.xmlrpcmsg.inc.php
+++ b/phpgwapi/inc/class.xmlrpcmsg.inc.php
@@ -104,6 +104,7 @@
 			$GLOBALS['_xh'][$parser]['isf'] = 0; 
 			$GLOBALS['_xh'][$parser]['ac']  = '';
 			$GLOBALS['_xh'][$parser]['qt']  = '';
+			$GLOBALS['_xh'][$parser]['ha']  = '';
 
 			xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, true);
 			xml_set_element_handler($parser, "xmlrpc_se", "xmlrpc_ee");