--- loncom/lonnet/perl/lonnet.pm 2003/09/19 16:53:35 1.417 +++ loncom/lonnet/perl/lonnet.pm 2003/09/19 16:54:12 1.418 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.417 2003/09/19 16:53:35 albertel Exp $ +# $Id: lonnet.pm,v 1.418 2003/09/19 16:54:12 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3295,14 +3295,6 @@ sub condval { return $result; } -# ---------------------------------------------------- Devalidate courseresdata - -sub devalidatecourseresdata { - my ($coursenum,$coursedomain)=@_; - my $hashid=$coursenum.':'.$coursedomain; - delete $courseresdatacache{$hashid.'.time'}; -} - # --------------------------------------------------- Course Resourcedata Query sub courseresdata {