--- loncom/interface/coursecatalog.pm 2014/04/28 01:48:04 1.82 +++ loncom/interface/coursecatalog.pm 2014/04/28 14:23:47 1.83 @@ -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.83 2014/04/28 14:23:47 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'));