--- loncom/interface/statistics/lonproblemstatistics.pm 2002/08/06 02:01:05 1.14 +++ loncom/interface/statistics/lonproblemstatistics.pm 2002/08/06 02:07:19 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonproblemstatistics.pm,v 1.14 2002/08/06 02:01:05 minaeibi Exp $ +# $Id: lonproblemstatistics.pm,v 1.15 2002/08/06 02:07:19 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -625,8 +625,7 @@ sub CacheStatisticsTable { if ($pos>0) { # $r->print('
pos1='.$pos); -# @list = sort OrderedSort (@list); - @list = sort NumericSort (@list); + @list = sort OrderedSort (@list); } else { @list = sort (@list); }