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