--- loncom/interface/domainprefs.pm 2007/06/01 01:14:51 1.18 +++ loncom/interface/domainprefs.pm 2007/06/01 05:48:23 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.18 2007/06/01 01:14:51 albertel Exp $ +# $Id: domainprefs.pm,v 1.19 2007/06/01 05:48:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1519,7 +1519,6 @@ sub check_switchserver { } my @ids=&Apache::lonnet::current_machine_ids(); foreach my $id (@ids) { if ($id eq $home) { $allowed=1; } } - $allowed=0; if (!$allowed) { $switchserver=''.&mt('Switch Server').''; }