--- loncom/interface/lonsyllabus.pm 2008/11/19 11:51:49 1.70 +++ loncom/interface/lonsyllabus.pm 2008/12/12 17:02:47 1.71 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.70 2008/11/19 11:51:49 amueller Exp $ +# $Id: lonsyllabus.pm,v 1.71 2008/12/12 17:02:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -184,7 +184,7 @@ ENDSCRIPT } else { $r->print('\begin{tabular}{|p{0.45\textwidth}|p{0.45\textwidth}|}\hline'); } - my @personnel=sort keys %coursepersonnel; + my @personnel=sort(keys(%coursepersonnel)); my $lastpers=$personnel[$#personnel]; foreach my $element (@personnel) { if ($target ne 'tex') {