Diff for /loncom/homework/bridgetask.pm between versions 1.237 and 1.238

version 1.237, 2007/08/09 00:59:16 version 1.238, 2007/08/09 01:05:15
Line 630  sub start_Task { Line 630  sub start_Task {
  my $target_id =    my $target_id = 
     &Apache::lonstathelpers::make_target_id({symb => $symb,      &Apache::lonstathelpers::make_target_id({symb => $symb,
      part => '0'});       part => '0'});
  if (&section_restricted()) {   if (!&section_restricted()) {
     $result.='<form method="post" name="gradingstatus" action="/adm/statistics">'.      $result.='<form method="post" name="gradingstatus" action="/adm/statistics">'.
  '<input type="hidden" name="problemchoice" value="'.$target_id.'" />'.   '<input type="hidden" name="problemchoice" value="'.$target_id.'" />'.
  '<input type="hidden" name="reportSelected" value="grading_analysis" />'.   '<input type="hidden" name="reportSelected" value="grading_analysis" />'.

Removed from v.1.237  
changed lines
  Added in v.1.238


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