--- loncom/interface/courseprefs.pm 2010/03/23 04:57:36 1.8.2.10 +++ loncom/interface/courseprefs.pm 2010/05/22 01:31:31 1.8.2.11 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.8.2.10 2010/03/23 04:57:36 raeburn Exp $ +# $Id: courseprefs.pm,v 1.8.2.11 2010/05/22 01:31:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1767,7 +1767,6 @@ sub print_courseinfo { if (@entries > 0) { foreach my $entry (@entries) { my ($uname,$udom) = split(/:/,$entry); - my ($uname,$udom) = split(/:/,$entry); if ($udom =~ /^$match_domain$/) { unless (&Apache::lonnet::domain($udom)) { next;