--- loncom/homework/lonhomework.pm 2006/02/16 01:25:33 1.233.2.1 +++ loncom/homework/lonhomework.pm 2006/04/21 15:27:30 1.233.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.233.2.1 2006/02/16 01:25:33 albertel Exp $ +# $Id: lonhomework.pm,v 1.233.2.2 2006/04/21 15:27:30 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -278,6 +278,7 @@ sub check_slot_access { my $slotstatus='NOT_IN_A_SLOT'; my ($returned_slot,$slot_name); foreach my $slot (@slots) { + $slot =~ s/(^\s*|\s*$)//g; &Apache::lonxml::debug("getting $slot"); my %slot=&Apache::lonnet::get_slot($slot); &Apache::lonhomework::showhash(%slot);