]> granicus.if.org Git - php/commitdiff
simplexml property modification works now
authorSterling Hughes <sterling@php.net>
Wed, 21 May 2003 20:39:01 +0000 (20:39 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 21 May 2003 20:39:01 +0000 (20:39 +0000)
ext/simplexml/simplexml.c

index da21182e4e2a83eaafdea0988c9670e8865e184a..c3c19f7409c0d25f0ca20add38b88219c3684a4c 100644 (file)
@@ -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)) {