Diff for /loncom/homework/structuretags.pm between versions 1.512.2.24.2.10 and 1.512.2.24.2.11

version 1.512.2.24.2.10, 2024/02/27 19:46:23 version 1.512.2.24.2.11, 2024/02/27 19:53:40
Line 1973  sub start_problem { Line 1973  sub start_problem {
                 $result .= '<p class="LC_error">'.                  $result .= '<p class="LC_error">'.
                            &mt('A problem occurred when trying to start the timer.').'</p>';                             &mt('A problem occurred when trying to start the timer.').'</p>';
             }              }
             $result .= &access_status_msg('problem',$status,$symb,$target,$ipused,$accessmsg);              $result .= &access_status_msg('problem',$status,$symb,$target,'',$accessmsg);
  } elsif ($status eq 'NEEDS_CHECKIN') {   } elsif ($status eq 'NEEDS_CHECKIN') {
     my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser,      my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser,
        $style);         $style);

Removed from v.1.512.2.24.2.10  
changed lines
  Added in v.1.512.2.24.2.11


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