--- loncom/interface/loncommon.pm 2007/11/18 21:19:16 1.616 +++ loncom/interface/loncommon.pm 2007/12/01 03:42:47 1.617 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.616 2007/11/18 21:19:16 albertel Exp $ +# $Id: loncommon.pm,v 1.617 2007/12/01 03:42:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5861,7 +5861,6 @@ sub get_course_users { my ($classlist,$keylist)=&Apache::loncoursedata::get_classlist($cdom,$cnum); my $now = time; foreach my $student (keys(%{$classlist})) { - my $status; my $match = 0; my $secmatch = 0; my $section = $$classlist{$student}[$idx{section}];