--- loncom/interface/lonpickcourse.pm 2008/06/04 22:48:54 1.73 +++ loncom/interface/lonpickcourse.pm 2008/07/01 04:22:59 1.73.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.73 2008/06/04 22:48:54 bisitz Exp $ +# $Id: lonpickcourse.pm,v 1.73.2.1 2008/07/01 04:22:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -487,9 +487,9 @@ $multelement if ($domainselectform) { $output .= $lt{'cdo'}.': '.$domainselectform.'
'."\n"; } - if ($typeselectform) { - $output .= $lt{'cog'}.': '.$typeselectform.'
'."\n"; - } +# if ($typeselectform) { +# $output .= $lt{'cog'}.': '.$typeselectform.'
'."\n"; +# } if ($instcodeform) { $output .= $lt{'cin'}.': '.$instcodeform.'
'."\n"; }