git-svn-id: http://xe-core.googlecode.com/svn/trunk@34 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 04:43:20 +00:00
parent 679e241d4f
commit 976f4f4074
8 changed files with 118 additions and 97 deletions

View file

@ -318,7 +318,6 @@
$oXml = new XmlParser();
$xml_obj = $oXml->parse();
$method_name = $xml_obj->methodcall->methodname->body;
$params = $xml_obj->methodcall->params;
unset($params->node_name);