--- loncom/lonnet/perl/lonnet.pm 2022/09/18 22:33:45 1.1492 +++ loncom/lonnet/perl/lonnet.pm 2022/10/07 12:53:32 1.1493 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1492 2022/09/18 22:33:45 raeburn Exp $ +# $Id: lonnet.pm,v 1.1493 2022/10/07 12:53:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -12416,7 +12416,6 @@ sub courselti_itemid { $chome = &homeserver($cnum,$cdom); return if ($chome eq 'no_host'); if (ref($params) eq 'HASH') { - my $items = &freeze_escape($params); my $rep; if (grep { $_ eq $chome } current_machine_ids()) { $rep = LONCAPA::Lond::crslti_itemid($cdom,$cnum,$url,$method,$params,$perlvar{'lonVersion'}); @@ -12440,7 +12439,6 @@ sub domainlti_itemid { $primary_id = &domain($cdom,'primary'); return if ($primary_id eq ''); if (ref($params) eq 'HASH') { - my $items = &freeze_escape($params); my $rep; if (grep { $_ eq $primary_id } current_machine_ids()) { $rep = LONCAPA::Lond::domlti_itemid($cdom,$context,$url,$method,$params,$perlvar{'lonVersion'});