Diff for /loncom/homework/structuretags.pm between versions 1.512.2.6 and 1.512.2.7

version 1.512.2.6, 2014/04/06 15:37:25 version 1.512.2.7, 2014/05/15 20:29:26
Line 414  sub page_start { Line 414  sub page_start {
         $body_args{'add_entries'}    = \%add_entries;          $body_args{'add_entries'}    = \%add_entries;
         if ( $env{'request.state'} eq   'construct') {          if ( $env{'request.state'} eq   'construct') {
             $body_args{'only_body'}  = 1;              $body_args{'only_body'}  = 1;
           } elsif ($target eq 'web') {
               $body_args{'print_suppress'} = 1;
         }          }
     }      }
     $body_args{'no_auto_mt_title'} = 1;      $body_args{'no_auto_mt_title'} = 1;

Removed from v.1.512.2.6  
changed lines
  Added in v.1.512.2.7


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