From 8c6d4dd6e9795bd2c15d869e05c3ce8b10ec1ab6 Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Mon, 6 May 2002 23:52:57 +0000 Subject: [PATCH] fix --- webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm b/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm index 827ee868ae43..06a05258c99b 100755 --- a/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm +++ b/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm @@ -40,8 +40,8 @@ # Contributor(s): -# $Revision: 1.50 $ -# $Date: 2002/05/06 23:51:43 $ +# $Revision: 1.51 $ +# $Date: 2002/05/06 23:52:57 $ # $Author: kestes%walrus.com $ # $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/VC_Bonsai.pm,v $ # $Name: $ @@ -101,7 +101,7 @@ use TreeData; use VCDisplay; -$VERSION = ( qw $Revision: 1.50 $ )[1]; +$VERSION = ( qw $Revision: 1.51 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -501,7 +501,7 @@ sub status_table_row { "$EMPTY_TABLE_CELL\n"); $NEXT_ROW{$tree} = $row_index + $rowspan; - $NEXT_DB{$tree}++ + $NEXT_DB{$tree}++; return @outrow; }