--- loncom/interface/lonsearchcourse.pm 2024/02/12 03:39:38 1.13 +++ loncom/interface/lonsearchcourse.pm 2024/04/16 21:09:14 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Course # -# $Id: lonsearchcourse.pm,v 1.13 2024/02/12 03:39:38 raeburn Exp $ +# $Id: lonsearchcourse.pm,v 1.14 2024/04/16 21:09:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -151,8 +151,8 @@ sub course_search { (($listed eq 'absent') || ($listed eq 'grades'))); } } - my $symb=&make_symb($1); - &checkonthis($r,$1,$hash{$key},0,&Apache::lonnet::gettitle($symb), + my $symb=&make_symb($rid); + &checkonthis($r,$rid,$hash{$key},0,&Apache::lonnet::gettitle($symb), $fulltext,$symb,$target,@allwords); } }