Diff for /loncom/interface/loncommon.pm between versions 1.930 and 1.931

version 1.930, 2010/01/08 00:52:06 version 1.931, 2010/01/19 15:56:15
Line 484  ENDAUTHORBRW Line 484  ENDAUTHORBRW
 sub coursebrowser_javascript {  sub coursebrowser_javascript {
     my ($domainfilter,$sec_element,$formname,$role_element,$crstype) = @_;      my ($domainfilter,$sec_element,$formname,$role_element,$crstype) = @_;
     my $wintitle = &mt('Course Browser');      my $wintitle = &mt('Course Browser');
     if ($crstype ne '') {      if ($crstype eq 'Community') {
         $wintitle = &mt($crstype);          $wintitle = &mt('Community Browser');
     }      }
     my $id_functions = &javascript_index_functions();      my $id_functions = &javascript_index_functions();
     my $output = '      my $output = '

Removed from v.1.930  
changed lines
  Added in v.1.931


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