Diff for /loncom/interface/lonquickgrades.pm between versions 1.124 and 1.125

version 1.124, 2022/10/19 18:09:04 version 1.125, 2022/10/29 18:13:28
Line 170  ENDCLOSE Line 170  ENDCLOSE
             if ($reinitresult eq 'supp') {              if ($reinitresult 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);                  &Apache::loncommon::set_supp_httprefs($cnum,$cdom,$supplemental);
             }              }

Removed from v.1.124  
changed lines
  Added in v.1.125


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