--- loncom/homework/lonhomework.pm 2006/04/21 15:26:25 1.241 +++ loncom/homework/lonhomework.pm 2006/04/25 15:32:40 1.242 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.241 2006/04/21 15:26:25 albertel Exp $ +# $Id: lonhomework.pm,v 1.242 2006/04/25 15:32:40 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -234,7 +234,7 @@ sub check_slot_access { my ($status,$datemsg)=&check_access($id); my $useslots = &Apache::lonnet::EXT("resource.$id.useslots"); - if ($useslots ne 'resource') { + if ($useslots ne 'resource' && $useslots ne 'sequence') { return ($status,$datemsg); }