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
This commit is contained in:
kestes%tradinglinx.com
2001-03-26 13:36:00 +00:00
parent 3c0c6a5ea2
commit a1d71995da

View File

@@ -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".