Diff for /loncom/homework/outputtags.pm between versions 1.7 and 1.8

version 1.7, 2001/06/01 15:58:00 version 1.8, 2001/06/02 03:59:59
Line 9  sub BEGIN { Line 9  sub BEGIN {
 }  }
   
 sub start_displayduedate {  sub start_displayduedate {
   my ($target,$token,$parstack,$parser,$safeeval)=@_;    my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
   my $result;    my $result;
   my $status=$Apache::inputtags::status['-1'];    my $status=$Apache::inputtags::status['-1'];
   &Apache::lonxml::debug("got a $status in duedatebox");    &Apache::lonxml::debug("got a $status in duedatebox");
Line 38  sub end_displayduedate { Line 38  sub end_displayduedate {
 }  }
   
 sub start_displaytitle {  sub start_displaytitle {
   my ($target,$token,$parstack,$parser,$safeeval)=@_;    my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_;
   my $result='';    my $result='';
   if ($target eq 'web') {    if ($target eq 'web') {
     $result="<h1>$Apache::lonhomework::name</h1>";      $result="<h1>$Apache::lonhomework::name</h1>";

Removed from v.1.7  
changed lines
  Added in v.1.8


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