--- loncom/interface/slotrequest.pm 2007/04/10 23:30:41 1.76 +++ loncom/interface/slotrequest.pm 2007/04/10 23:31:18 1.77 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.76 2007/04/10 23:30:41 albertel Exp $ +# $Id: slotrequest.pm,v 1.77 2007/04/10 23:31:18 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -646,7 +646,6 @@ sub allowed_slot { #already started if ($slot->{'starttime'} < time) { - # all open slot to be schedulable return 0; } &Apache::lonxml::debug("$slot_name starttime good");