--- loncom/interface/domainprefs.pm 2013/03/04 18:05:39 1.193 +++ loncom/interface/domainprefs.pm 2013/04/08 23:01:51 1.194 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.193 2013/03/04 18:05:39 bisitz Exp $ +# $Id: domainprefs.pm,v 1.194 2013/04/08 23:01:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8482,7 +8482,6 @@ sub get_active_dcs { my %dompersonnel = &Apache::lonnet::get_domain_roles($dom,['dc'],$now,$now); my %domcoords; my $numdcs = 0; - my $now = time; foreach my $server (keys(%dompersonnel)) { foreach my $user (sort(keys(%{$dompersonnel{$server}}))) { my ($trole,$uname,$udom,$runame,$rudom,$rsec) = split(/:/,$user);