--- loncom/interface/lonsyllabus.pm 2022/01/01 21:32:06 1.138.2.8.2.1
+++ loncom/interface/lonsyllabus.pm 2021/04/29 17:45:22 1.149
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Syllabus
#
-# $Id: lonsyllabus.pm,v 1.138.2.8.2.1 2022/01/01 21:32:06 raeburn Exp $
+# $Id: lonsyllabus.pm,v 1.149 2021/04/29 17:45:22 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -317,8 +317,6 @@ sub handler {
my $hostname = &Apache::lonnet::hostname($homeserver);
my $protocol = $Apache::lonnet::protocol{$homeserver};
$protocol = 'http' if ($protocol ne 'https');
- my $alias = &Apache::lonnet::use_proxy_alias($r,$homeserver);
- $hostname = $alias if ($alias ne '');
my $link = $protocol.'://'.$hostname.$r->uri;
$r->print('
'
.''
@@ -328,7 +326,7 @@ sub handler {
.''
.'
'."\n");
my $lonhost = $r->dir_config('lonHostID');
- $r->print(&chooser($r,$external,$uploaded,$minimal,$cdom,$cnum,$lonhost,
+ $r->print(&chooser($external,$uploaded,$minimal,$cdom,$cnum,$lonhost,
\%syllabusfields,\%syllabus));
}
} else {
@@ -791,7 +789,7 @@ sub get_breadcrumbs{
}
sub chooser {
- my ($r,$external,$uploaded,$minimal,$cdom,$cnum,$lonhost,$fields,$values) = @_;
+ my ($external,$uploaded,$minimal,$cdom,$cnum,$lonhost,$fields,$values) = @_;
my %lt = &Apache::lonlocal::texthash(
'type' => 'Syllabus Type',
'url' => 'External URL',
@@ -856,7 +854,7 @@ sub chooser {
''."\n".
'