Diff for /loncom/interface/courseprefs.pm between versions 1.109 and 1.110

version 1.109, 2022/04/05 14:08:46 version 1.110, 2022/04/05 18:15:30
Line 1677  sub process_linkprot { Line 1677  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.109  
changed lines
  Added in v.1.110


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