Diff for /loncom/interface/lonsyllabus.pm between versions 1.134 and 1.136

version 1.134, 2013/09/21 23:44:46 version 1.136, 2014/01/09 15:18:40
Line 410  sub handler { Line 410  sub handler {
                 }                  }
                 $rsslinktext = &mt('Manage Course RSS Feeds/Blogs');                  $rsslinktext = &mt('Manage Course RSS Feeds/Blogs');
                 if ($crstype eq 'Community') {                  if ($crstype eq 'Community') {
                     $rsslinktext = &mt('Manage Communiity RSS Feeds/Blogs');                      $rsslinktext = &mt('Manage Community RSS Feeds/Blogs');
                 }                  }
             }              }
             my $editurl= &Apache::lonnet::absolute_url().'/adm/'.$cdom.'/'.$cnum.'/_rss.html';              my $editurl= &Apache::lonnet::absolute_url().'/adm/'.$cdom.'/'.$cnum.'/_rss.html';
Line 1503  sub home_http_host { Line 1503  sub home_http_host {
     if ($home ne 'no_host') {      if ($home ne 'no_host') {
         my $protocol = $Apache::lonnet::protocol{$home};          my $protocol = $Apache::lonnet::protocol{$home};
         $protocol = 'http' if ($protocol ne 'https');          $protocol = 'http' if ($protocol ne 'https');
         return $protocol.'://'.$home;          return $protocol.'://'.&Apache::lonnet::hostname($home);
     }      }
     return;      return;
 }  }

Removed from v.1.134  
changed lines
  Added in v.1.136


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