--- loncom/homework/structuretags.pm 2001/08/20 14:24:12 1.60 +++ loncom/homework/structuretags.pm 2001/08/20 19:27:26 1.64 @@ -98,27 +98,10 @@ sub start_problem { my $token=$Apache::lonhomework::history{"resource.0.outtoken"}; if (($ENV{'form.doescheckout'}) && (!$token)) { $token=&Apache::lonxml::maketoken(); + $Apache::lonhomework::history{"resource.0.outtoken"}=$token; } $body_tag_start.=&Apache::lonxml::printtokenheader($target,$token); } - if ($target eq 'meta') { - - return (< - - - - - - -ENDSTORES - } } if ($target eq 'web' || $target eq 'grade') { ($status,$accessmsg) = &Apache::lonhomework::check_access('0');