[Phpxd-commits] CVS: phpXD/include/dom NodeList.php,1.1,1.2
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-01-30 22:35:02
|
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++; } |