diff options
author | jake%acutex.net <> | 2001-11-27 23:04:52 +0000 |
---|---|---|
committer | jake%acutex.net <> | 2001-11-27 23:04:52 +0000 |
commit | 8ea8a884620e83074bd9110c8c6813d60109255b (patch) | |
tree | 64baaed372999c787dbb91928e23c79b0e932176 /process_bug.cgi | |
parent | 18b6bbbf06b7ce935edb5d0f4ce8237408fe399b (diff) | |
download | bugs-8ea8a884620e83074bd9110c8c6813d60109255b.tar bugs-8ea8a884620e83074bd9110c8c6813d60109255b.tar.gz bugs-8ea8a884620e83074bd9110c8c6813d60109255b.tar.bz2 bugs-8ea8a884620e83074bd9110c8c6813d60109255b.tar.xz bugs-8ea8a884620e83074bd9110c8c6813d60109255b.zip |
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
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index 9e90827f1..603fc9c97 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -979,7 +979,7 @@ Someone else has made changes to this bug at the same time you were trying to. The changes made were: <p> "; - DumpBugActivity($id, $delta_ts); + DumpBugActivity($id, $::FORM{'delta_ts'}); my $longdesc = GetLongDescriptionAsHTML($id); my $longchanged = 0; |