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

version 1.135, 2013/10/03 12:45:14 version 1.136, 2014/01/09 15:18:40
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.135  
changed lines
  Added in v.1.136


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