--- loncom/interface/coursecatalog.pm 2010/09/14 03:10:00 1.58.4.3 +++ loncom/interface/coursecatalog.pm 2010/09/30 12:01:14 1.58.4.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for displaying the course catalog interface # -# $Id: coursecatalog.pm,v 1.58.4.3 2010/09/14 03:10:00 raeburn Exp $ +# $Id: coursecatalog.pm,v 1.58.4.4 2010/09/30 12:01:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,7 +89,6 @@ sub handler { \%idx,\@jsarray,$subcats); my ($numtitles,@codetitles); if ($env{'form.coursenum'} ne '' && &user_is_known()) { - if ($env{'form.currcat_0'} eq 'instcode::0') { &course_details($r,$codedom,$formname,$domdesc,\@trails,\%allitems,\@codetitles); } else { my ($catlinks,$has_subcats,$selitem) = &category_breadcrumbs($codedom,@cats);