Diff for /loncom/interface/courseprefs.pm between versions 1.49.2.28.2.8 and 1.49.2.28.2.9

version 1.49.2.28.2.8, 2022/04/05 16:55:20 version 1.49.2.28.2.9, 2022/04/05 18:19:33
Line 1626  sub process_linkprot { Line 1626  sub process_linkprot {
             $changes->{$entry} = $linkprot{$entry};              $changes->{$entry} = $linkprot{$entry};
         }          }
         if (ref($lastactref) eq 'HASH') {          if (ref($lastactref) eq 'HASH') {
             $lastactref->{'courselti'} = 1';              $lastactref->{'courselti'} = 1;
         }          }
     }      }
     return $errors;      return $errors;

Removed from v.1.49.2.28.2.8  
changed lines
  Added in v.1.49.2.28.2.9


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