aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/votebar.wml
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta>2005-04-24 22:22:46 +0000
committerManoj Srivastava <srivasta>2005-04-24 22:22:46 +0000
commit9c688e14403bf272f884821d6602749d9befbe14 (patch)
treee390a73eb5d7034afd77aeb2ef935c31f810b8e2 /english/template/debian/votebar.wml
parent6e39106babdf892924aacd69aa2564bf599adf12 (diff)
Sort the years
CVS version numbers english/template/debian/votebar.wml: 1.101 -> 1.102
Diffstat (limited to 'english/template/debian/votebar.wml')
-rw-r--r--english/template/debian/votebar.wml2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/template/debian/votebar.wml b/english/template/debian/votebar.wml
index e65368955b0..8b7fc691f42 100644
--- a/english/template/debian/votebar.wml
+++ b/english/template/debian/votebar.wml
@@ -60,7 +60,7 @@ opendir(DIR, "$current_dir");
closedir (DIR);
$count = 0;
-foreach $year (@years) {
+foreach $year (sort @years) {
$path = $year;
opendir(DIR, "$current_dir/$path");

© 2014-2024 Faster IT GmbH | imprint | privacy policy