Diff for /loncom/interface/lonpickcourse.pm between versions 1.67.2.3 and 1.70

version 1.67.2.3, 2008/01/20 22:47:37 version 1.70, 2008/01/20 00:15:02
Line 452  $multelement Line 452  $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.67.2.3  
changed lines
  Added in v.1.70


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