Diff for /rat/lonsequence.pm between versions 1.58 and 1.59

version 1.58, 2022/10/19 18:09:03 version 1.59, 2022/10/29 18:13:29
Line 254  sub handler { Line 254  sub handler {
                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.58  
changed lines
  Added in v.1.59


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