--- loncom/interface/lonprintout.pm 2003/05/06 19:23:49 1.153 +++ loncom/interface/lonprintout.pm 2003/05/06 20:09:49 1.154 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.153 2003/05/06 19:23:49 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.154 2003/05/06 20:09:49 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1509,6 +1509,7 @@ ENDPART #prints selected problems from the subdirectory $selectionmade = 6; my @list_of_files=split /\|\|\|/, $helper->{'VARS'}->{'FILES'}; + @list_of_files=sort @list_of_files; my $flag_latex_header_remove = 'NO'; for (my $i=0;$i<=$#list_of_files;$i++) { my $urlp = $list_of_files[$i];