Clear the _xh accumulator after finished using xml parser

This commit is contained in:
Miles Lott 2004-12-29 04:16:58 +00:00
parent c701fd5a44
commit c3d3c14b68

View File

@ -462,6 +462,7 @@
}
}
}
unset($GLOBALS['_xh'][$parser]);
return $r;
}