Diff for /loncom/interface/lonrequestcourse.pm between versions 1.41.2.6 and 1.41.2.7

version 1.41.2.6, 2010/02/26 22:38:31 version 1.41.2.7, 2010/11/08 21:16:24
Line 2882  sub print_request_outcome { Line 2882  sub print_request_outcome {
                         push(@instsections,$sec);                          push(@instsections,$sec);
                     }                      }
                     $sections{$i}{'loncapa'} = $env{'form.loncapasec_'.$i};                      $sections{$i}{'loncapa'} = $env{'form.loncapasec_'.$i};
                       $sections{$i}{'loncapa'} =~ s/\W//g;
                       if ($sections{$i}{'loncapa'} eq 'none') {
                           $sections{$i}{'loncapa'} = '';
                       }
                 }                  }
             }              }
         }          }

Removed from v.1.41.2.6  
changed lines
  Added in v.1.41.2.7


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