Diff for /loncom/interface/lonnavdisplay.pm between versions 1.40 and 1.41

version 1.40, 2022/10/19 00:03:10 version 1.41, 2022/10/29 18:13:28
Line 120  ENDCLOSE Line 120  ENDCLOSE
         if ($result eq 'supp') {          if ($result eq 'supp') {
             $possdel = 1;              $possdel = 1;
         }          }
         my ($supplemental,$refs_updated) = &Apache::lonnet::get_supplemental($cnum,$cdom,'',$possdel);          my ($supplemental,$refs_updated) = &Apache::loncommon::get_supplemental($cnum,$cdom,'',$possdel);
         unless ($refs_updated) {          unless ($refs_updated) {
             &Apache::loncommon::set_supp_httprefs($cnum,$cdom,$supplemental,$possdel);              &Apache::loncommon::set_supp_httprefs($cnum,$cdom,$supplemental,$possdel);
         }          }

Removed from v.1.40  
changed lines
  Added in v.1.41


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