From: Sterling Hughes Date: Wed, 21 May 2003 20:39:01 +0000 (+0000) Subject: simplexml property modification works now X-Git-Tag: RELEASE_1_0_2~646 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d9a4a0ad87a6e863ee13da789ff89996f65db8e;p=php simplexml property modification works now --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index da21182e4e..c3c19f7409 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -189,7 +189,6 @@ sxe_property_write(zval *object, zval *member, zval *value TSRMLS_DC) sxe = php_sxe_fetch_object(object TSRMLS_CC); GET_NODE(sxe, node); - node = node->xmlChildrenNode; while (node) { if (!xmlStrcmp(node->name, name)) {