--- loncom/interface/lonuserutils.pm 2010/03/24 03:09:41 1.97.2.16 +++ loncom/interface/lonuserutils.pm 2010/05/22 13:33:09 1.97.2.17 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.97.2.16 2010/03/24 03:09:41 raeburn Exp $ +# $Id: lonuserutils.pm,v 1.97.2.17 2010/05/22 13:33:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4389,7 +4389,6 @@ sub update_user_list { my ($r,$context,$setting,$choice,$crstype) = @_; my $now = time; my $count=0; - my $crstype; if ($context eq 'course') { $crstype = &Apache::loncommon::course_type(); }