Diff for /loncom/interface/lonrequestcourse.pm between versions 1.54.2.4 and 1.54.2.5

version 1.54.2.4, 2010/08/19 17:17:51 version 1.54.2.5, 2010/11/13 14:10:40
Line 3040  sub print_request_outcome { Line 3040  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.54.2.4  
changed lines
  Added in v.1.54.2.5


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