From 8ea8a884620e83074bd9110c8c6813d60109255b Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Tue, 27 Nov 2001 23:04:52 +0000 Subject: Bug 108312 - The mid-air collision page was only showing the most recent changes if two people comitted changes to a bug while you were viewing it. r=louie, myk --- CGI.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CGI.pl') diff --git a/CGI.pl b/CGI.pl index da06191e4..5a2b5f7ce 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1216,7 +1216,7 @@ sub DumpBugActivity { die "Invalid id: $id" unless $id=~/^\s*\d+\s*$/; if (defined $starttime) { - $datepart = "and bugs_activity.bug_when >= $starttime"; + $datepart = "and bugs_activity.bug_when > " . SqlQuote($starttime); } my $query = " SELECT IFNULL(fielddefs.description, bugs_activity.fieldid), -- cgit v1.2.3-24-g4f1b