--- loncom/interface/coursecatalog.pm 2014/04/28 01:48:04 1.82 +++ loncom/interface/coursecatalog.pm 2014/04/28 22:12:55 1.84 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for displaying the course catalog interface # -# $Id: coursecatalog.pm,v 1.82 2014/04/28 01:48:04 raeburn Exp $ +# $Id: coursecatalog.pm,v 1.84 2014/04/28 22:12:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -90,7 +90,7 @@ sub handler { } } else { $cathash = {}; - $cattype eq 'std'; + $cattype = 'std'; } if ($cattype eq 'none') { $r->print(&Apache::loncommon::start_page('Course/Community Catalog')); @@ -386,7 +386,7 @@ sub coursesearch { my %lt = &Apache::lonlocal::texthash ( crlk => 'Course look-up', code => 'Code', - ifyo => 'Enter the character code (six letters and numbers)', + ifyo => 'Enter the course code (six letters and numbers)', srch => 'Find course', ); return <<"END";