Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.150.2.4 and 1.150.2.5

version 1.150.2.4, 2010/02/12 15:11:08 version 1.150.2.5, 2010/04/14 07:08:00
Line 1674  END Line 1674  END
     # Datestamp      # Datestamp
     my $description = $env{'course.'.$env{'request.course.id'}.'.description'};      my $description = $env{'course.'.$env{'request.course.id'}.'.description'};
     print $outputfile '"'.&Apache::loncommon::csv_translate($description).'",'.      print $outputfile '"'.&Apache::loncommon::csv_translate($description).'",'.
         '"'.&Apache::loncommon::csv_translate(scalar(localtime(time))).'"'.          '"'.&Apache::loncommon::csv_translate(scalar(&Apache::lonlocal::locallocaltime(time))).'"'.
             "\n";              "\n";
     print $outputfile '"'.      print $outputfile '"'.
         &Apache::loncommon::csv_translate          &Apache::loncommon::csv_translate

Removed from v.1.150.2.4  
changed lines
  Added in v.1.150.2.5


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