--- loncom/interface/lontrackstudent.pm 2010/05/03 16:41:51 1.31 +++ loncom/interface/lontrackstudent.pm 2012/10/12 16:27:19 1.35 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lontrackstudent.pm,v 1.31 2010/05/03 16:41:51 www Exp $ +# $Id: lontrackstudent.pm,v 1.35 2012/10/12 16:27:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -251,11 +251,11 @@ sub output_results { ## if (! -s $results_file) { # results file is empty, just let them know there is no data - $r->print('
'.&mt('So far, no data has been returned for your request').'
'); return -1; } if (! open(ACTIVITYDATA,$results_file)) { - $r->print(''.&mt('Unable to read results file.').'
'. ''. &mt('This is a serious error and has been logged. '. 'You should contact your system administrator '. @@ -433,14 +433,25 @@ sub display_values { my ($action,$values)=@_; my $result='
'. - &unescape($key). + $unesc_key. ' | = | '. &unescape($values{$key}).' |