--- rat/lonsequence.pm 2022/10/19 18:09:03 1.58 +++ rat/lonsequence.pm 2022/10/29 18:13:29 1.59 @@ -2,7 +2,7 @@ # # Sequence Handler # -# $Id: lonsequence.pm,v 1.58 2022/10/19 18:09:03 raeburn Exp $ +# $Id: lonsequence.pm,v 1.59 2022/10/29 18:13:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -254,7 +254,7 @@ sub handler { if ($result eq 'supp') { $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) { &Apache::loncommon::set_supp_httprefs($cnum,$cdom,$supplemental,$possdel); }