--- loncom/interface/coursecatalog.pm 2010/07/08 23:19:19 1.63 +++ loncom/interface/coursecatalog.pm 2010/09/07 03:00:38 1.64 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for displaying the course catalog interface # -# $Id: coursecatalog.pm,v 1.63 2010/07/08 23:19:19 raeburn Exp $ +# $Id: coursecatalog.pm,v 1.64 2010/09/07 03:00:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,10 +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') { - $numtitles = &instcode_course_selector($r,$codedom,$formname,$domdesc, - undef,undef,\@codetitles); - } &course_details($r,$codedom,$formname,$domdesc,\@trails,\%allitems,\@codetitles); } else { my ($catlinks,$has_subcats,$selitem) = &category_breadcrumbs($codedom,@cats);