From a1d71995daea83692988f7a673664d79df091efb Mon Sep 17 00:00:00 2001 From: "kestes%tradinglinx.com" Date: Mon, 26 Mar 2001 13:36:00 +0000 Subject: [PATCH] got the mindate/maxdate backwards for the "C" link. I thought I fixed this already. git-svn-id: svn://10.0.0.236/trunk@90423 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm b/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm index 7cb9c59c919..424aba13905 100755 --- a/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm +++ b/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm @@ -7,8 +7,8 @@ # the build was and display a link to the build log. -# $Revision: 1.16 $ -# $Date: 2001-03-19 23:32:43 $ +# $Revision: 1.17 $ +# $Date: 2001-03-26 13:36:00 $ # $Author: kestes%tradinglinx.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $ # $Name: not supported by cvs2svn $ @@ -1073,8 +1073,8 @@ sub status_table_row { # If the current build is broken, show what to see what has # changed in VC during the last build. - my ($maxdate) = $current_rec->{'previousbuildtime'}; - my ($mindate) = $current_rec->{'starttime'}; + my ($maxdate) = $current_rec->{'starttime'}; + my ($mindate) = $current_rec->{'previousbuildtime'}; $links .= ( "\n".