| Update of /cvsroot/stack/stack-dev/lib/items
In directory vz-cvs-3.sog:/tmp/cvs-serv20188
Modified Files:
	PotentialResponseTree.php 
Log Message:
Bug patch...
Index: PotentialResponseTree.php
===================================================================
RCS file: /cvsroot/stack/stack-dev/lib/items/PotentialResponseTree.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** PotentialResponseTree.php	30 Sep 2010 16:56:15 -0000	1.72
--- PotentialResponseTree.php	6 Aug 2011 08:19:02 -0000	1.73
***************
*** 301,305 ****
                  }
  
!                 while($nextPR != -1)
                  {
                      //echo "PR = $nextPR<br >";
--- 301,305 ----
                  }
  
!                 while($nextPR != -1 and $this->PResponses[$nextPR] !=NULL)
                  {
                      //echo "PR = $nextPR<br >";
***************
*** 1449,1451 ****
  }
  
! ?>
\ No newline at end of file
--- 1449,1451 ----
  }
  
! ?> 
\ No newline at end of file
 |