Diff for /loncom/homework/grades.pm between versions 1.534 and 1.535

version 1.534, 2008/12/10 21:46:54 version 1.535, 2008/12/15 16:37:49
Line 8820  sub handler { Line 8820  sub handler {
     }      }
   
     $ssi_error = 0;      $ssi_error = 0;
  my @brcrum = [{href=>"/adm/grades",text=>"Grading"}];      my $brcrum = [{href=>"/adm/grades",text=>"Grading"}];
     $request->print(&Apache::loncommon::start_page('Grading',undef,{bread_crumbs => @brcrum}));      $request->print(&Apache::loncommon::start_page('Grading',undef,
                                             {'bread_crumbs' => $brcrum}));
     if ($symb eq '' && $command eq '') {      if ($symb eq '' && $command eq '') {
  if ($env{'user.adv'}) {   if ($env{'user.adv'}) {
     if (($env{'form.codeone'}) && ($env{'form.codetwo'}) &&      if (($env{'form.codeone'}) && ($env{'form.codetwo'}) &&

Removed from v.1.534  
changed lines
  Added in v.1.535


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