]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/projects.pl
(no commit message)
[edu/osp-wiki.git] / student / projects.pl
index d35f490d673e0edcc4f359423ea29a4fac5682fe..cc5821b86310911b07c30f8b68c1cb9a8d7b3846 100755 (executable)
@@ -5,7 +5,7 @@ use Data::Dumper;
 my %projects;
 
 
-foreach my $year (qw/2010 2011 2012 2013 2014/) {
+foreach my $year (qw/2010 2011 2012 2013 2014 2015/) {
     open LIST, "projects$year";
     while (<LIST>) {
        chomp;