--- loncom/interface/lonstatistics.pm 2002/02/06 16:38:04 1.3 +++ loncom/interface/lonstatistics.pm 2002/02/06 16:59:01 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstatistics.pm,v 1.3 2002/02/06 16:38:04 minaeibi Exp $ +# $Id: lonstatistics.pm,v 1.4 2002/02/06 16:59:01 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -310,7 +310,7 @@ sub usection { if ($key eq $courseid.'_st') { $section=''; } my ($dummy,$end,$start)=split(/\_/,&Apache::lonnet::unescape($value)); $section=($section) ? $section : '(none)'; - $section=(int($section)) ? int($section) : $section; +# $section=(int($section)) ? int($section) : $section; # $r->print($unam.'...'.$section.'
'); return $section; } @@ -821,7 +821,7 @@ sub ClassList { my $ssec=&Apache::lonnet::usection($sdom,$sname,$cid); if ($ssec==-1) {next;} $ssec=($ssec) ? $ssec : '(none)'; - $ssec=(int($ssec)) ? int($ssec) : $ssec; + #$ssec=(int($ssec)) ? int($ssec) : $ssec; #$r->print($sname.'...'.$ssec.'
'); $section{$ssec}=$ssec; if ($CurSec eq 'All Sections' || $ssec eq $CurSec) {