--- loncom/interface/statistics/lonsubmissiontimeanalysis.pm 2008/10/30 17:45:25 1.30 +++ loncom/interface/statistics/lonsubmissiontimeanalysis.pm 2008/12/11 14:55:27 1.31 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsubmissiontimeanalysis.pm,v 1.30 2008/10/30 17:45:25 bisitz Exp $ +# $Id: lonsubmissiontimeanalysis.pm,v 1.31 2008/12/11 14:55:27 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -307,13 +307,13 @@ sub analyze_times { next if (! defined($BinEnd[$i]) || $BinEnd[$i] == 0); $htmltable .= ''. - ''. + ''. &Apache::lonlocal::locallocaltime($BinEnd[$i]-$binsize). - ''. + ''. ' '. - ''. + ''. &Apache::lonlocal::locallocaltime($BinEnd[$i]).''. - ''. + ''. ''.$Ydata[$i].(' 'x3).''. ' '. ''.$AnsData[$i].(' 'x3).''.