]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Adding a comment to avoid further dupes of bug 97736 -- and also
authorkiko%async.com.br <>
Thu, 12 Feb 2004 12:45:17 +0000 (12:45 +0000)
committerkiko%async.com.br <>
Thu, 12 Feb 2004 12:45:17 +0000 (12:45 +0000)
because I keep forgetting about the real reason it's there :-)

Comment-only change.

query.cgi

index 80c6ec5d436cd951ce5dba6b3b73a3dc16fb95d7..7786da96bd1adba8a673daf3b563227f7eb19668 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -263,6 +263,8 @@ for (my $i = 0; $i < @products; ++$i) {
     );
     
     if (Param('usetargetmilestone')) {
+        # Sorting here is required for ordering multiple selections 
+        # correctly; see bug 97736 for discussion on how to fix this
         $product{'milestones'} =  
                       [ sort { lc($a) cmp lc($b) } @{$::target_milestone{$p}} ];
     }