Diff for /loncom/interface/statistics/lonproblemstatistics.pm between versions 1.14 and 1.15

version 1.14, 2002/08/06 02:01:05 version 1.15, 2002/08/06 02:07:19
Line 625  sub CacheStatisticsTable { Line 625  sub CacheStatisticsTable {
           
     if ($pos>0) {      if ($pos>0) {
 # $r->print('<br>pos1='.$pos);  # $r->print('<br>pos1='.$pos);
 #        @list = sort OrderedSort (@list);          @list = sort OrderedSort (@list);
  @list = sort NumericSort (@list);  
     } else {      } else {
         @list = sort (@list);          @list = sort (@list);
     }      }

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>