Diff for /loncom/interface/lonmodifycourse.pm between versions 1.81 and 1.82

version 1.81, 2016/04/04 01:09:48 version 1.82, 2016/04/04 01:12:11
Line 2205  sub handler { Line 2205  sub handler {
             }              }
             my $choose_text;              my $choose_text;
             my $type = $env{'form.type'};              my $type = $env{'form.type'};
 print STDERR "type is ||$type||\n";  
             if ($type eq '') {              if ($type eq '') {
                 $type = 'Course';                  $type = 'Course';
             }              }

Removed from v.1.81  
changed lines
  Added in v.1.82


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