--- loncom/interface/lonrss.pm 2006/05/11 17:38:44 1.21 +++ loncom/interface/lonrss.pm 2006/05/11 17:50:52 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # RSS Feeder # -# $Id: lonrss.pm,v 1.21 2006/05/11 17:38:44 www Exp $ +# $Id: lonrss.pm,v 1.22 2006/05/11 17:50:52 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -29,6 +29,7 @@ package Apache::lonrss; use strict; +use LONCAPA; use Apache::Constants qw(:common); use Apache::loncommon; use Apache::lonnet; @@ -197,13 +198,13 @@ sub course_blog_link { sub add_blog_entry_link { my ($id,$uname,$udom,$filename,$title,$description,$url,$status,$encurl,$enctype,$linktext)=@_; return "".$linktext.''; }