Diff for /loncom/interface/lonpickcourse.pm between versions 1.63 and 1.63.2.1

version 1.63, 2007/03/20 15:39:11 version 1.63.2.1, 2007/06/01 18:07:47
Line 363  $multelement Line 363  $multelement
     if ($domainselectform) {      if ($domainselectform) {
         $output .= $lt{'cdo'}.': '.$domainselectform.'<br />'."\n";          $output .= $lt{'cdo'}.': '.$domainselectform.'<br />'."\n";
     }      }
     if ($typeselectform) {  #    if ($typeselectform) {
         $output .= $lt{'cog'}.': '.$typeselectform.'<br />'."\n";  #        $output .= $lt{'cog'}.': '.$typeselectform.'<br />'."\n";
     }  #    }
     if ($instcodeform) {      if ($instcodeform) {
         $output .= $lt{'cin'}.': '.$instcodeform.'<br />'."\n";          $output .= $lt{'cin'}.': '.$instcodeform.'<br />'."\n";
     }      }

Removed from v.1.63  
changed lines
  Added in v.1.63.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>