Diff for /loncom/interface/lontrackstudent.pm between versions 1.37 and 1.39

version 1.37, 2014/04/15 12:05:41 version 1.39, 2017/11/12 22:19:56
Line 432  sub convert_timezone { Line 432  sub convert_timezone {
 sub display_values {  sub display_values {
     my ($action,$values)=@_;      my ($action,$values)=@_;
     my $result='<table>';      my $result='<table>';
     if ($action eq 'CSTORE') {      if (($action eq 'CSTORE') || ($action eq 'PUTSTORE')) {
         my $is_anon;          my $is_anon;
  my %values=map {split('=',$_,-1)} split(/\&/,$values);   my %values=map {split('=',$_,-1)} split(/\&/,$values);
  foreach my $key (sort(keys(%values))) {   foreach my $key (sort(keys(%values))) {
Line 580  sub handler { Line 580  sub handler {
     my $args;      my $args;
     if ($env{'form.only_body'}) {      if ($env{'form.only_body'}) {
         $args = { only_body => 1, };          $args = { only_body => 1, };
           $args->{'add_progressbar'} = 1;
     }      }
     $r->print(&Apache::loncommon::start_page('Student Activity',&styles(),$args).      $r->print(&Apache::loncommon::start_page('Student Activity',&styles(),$args).
               &Apache::lonhtmlcommon::breadcrumbs('Student Activity'));                &Apache::lonhtmlcommon::breadcrumbs('Student Activity'));

Removed from v.1.37  
changed lines
  Added in v.1.39


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