--- loncom/lonnet/perl/lonnet.pm 2018/08/09 14:04:35 1.1381 +++ loncom/lonnet/perl/lonnet.pm 2018/08/14 18:29:33 1.1382 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1381 2018/08/09 14:04:35 raeburn Exp $ +# $Id: lonnet.pm,v 1.1382 2018/08/14 18:29:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -10045,7 +10045,7 @@ sub is_course { my $uhome=&homeserver($cnum,$cdom); my $iscourse; if (grep { $_ eq $uhome } current_machine_ids()) { - $iscourse = &Lond::is_course($cdom,$cnum); + $iscourse = &LONCAPA::Lond::is_course($cdom,$cnum); } else { my $hashid = $cdom.':'.$cnum; ($iscourse,my $cached) = &is_cached_new('iscourse',$hashid);