--- loncom/interface/lonpickcourse.pm 2006/12/11 22:22:06 1.60.2.2 +++ loncom/interface/lonpickcourse.pm 2006/12/11 22:20:20 1.61 @@ -1,7 +1,7 @@ # The LearningOnline Network # Pick a course # -# $Id: lonpickcourse.pm,v 1.60.2.2 2006/12/11 22:22:06 albertel Exp $ +# $Id: lonpickcourse.pm,v 1.61 2006/12/11 22:20:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -356,9 +356,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"; }