Adding a comment to avoid further dupes of bug 97736 -- and also

because I keep forgetting about the real reason it's there :-)

Comment-only change.
This commit is contained in:
kiko%async.com.br 2004-02-12 04:45:17 +00:00
Родитель 05dae3d921
Коммит aee5a712dc
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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}} ];
}