set 'ha' element of $_xh global to '' to avoid erroring

This commit is contained in:
Miles Lott 2001-08-09 04:50:11 +00:00
parent 0a103c4893
commit 79dc14fd01

View File

@ -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");