Diff for /loncom/interface/loncommon.pm between versions 1.1018 and 1.1019

version 1.1018, 2011/08/15 15:58:28 version 1.1019, 2011/09/01 02:32:50
Line 847  sub selectcourse_link { Line 847  sub selectcourse_link {
    } elsif ($selecttype eq 'Course/Community') {     } elsif ($selecttype eq 'Course/Community') {
        $linktext = &mt('Select Course/Community');         $linktext = &mt('Select Course/Community');
        $type = '';         $type = '';
      } elsif ($selecttype eq 'Select') {
          $linktext = &mt('Select');
          $type = '';
    }     }
    return '<span class="LC_nobreak">'     return '<span class="LC_nobreak">'
          ."<a href='"           ."<a href='"

Removed from v.1.1018  
changed lines
  Added in v.1.1019


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