Diff for /loncom/homework/grades.pm between versions 1.581 and 1.581.2.1

version 1.581, 2009/11/21 16:41:41 version 1.581.2.1, 2010/01/06 18:43:57
Line 9116  sub handler { Line 9116  sub handler {
     my $brcrum = [{href=>"/adm/grades",text=>"Grading"}];      my $brcrum = [{href=>"/adm/grades",text=>"Grading"}];
     $request->print(&Apache::loncommon::start_page('Grading',undef,      $request->print(&Apache::loncommon::start_page('Grading',undef,
                                           {'bread_crumbs' => $brcrum}));                                            {'bread_crumbs' => $brcrum}));
       if (&Apache::loncommon::needs_gci_custom()) {
           $request->print('<h3>'.&mt('Grading screens are unavailable for GCI Concept Tests').'</h3>'.&Apache::loncommon::end_page());
           &reset_caches();
           return '';
       }
     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.581  
changed lines
  Added in v.1.581.2.1


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