Update of /cvsroot/phpxd/phpXD/include/dom
In directory usw-pr-cvs1:/tmp/cvs-serv10390/dom
Modified Files:
NodeList.php
Log Message:
Index: NodeList.php
===================================================================
RCS file: /cvsroot/phpxd/phpXD/include/dom/NodeList.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NodeList.php 2002/01/25 22:18:18 1.1
--- NodeList.php 2002/01/30 22:34:59 1.2
***************
*** 99,102 ****
--- 99,103 ----
}
array_pop($this->nodes);
+ $this->length++;
}
|