--- loncom/interface/slotrequest.pm 2007/04/10 23:28:20 1.75 +++ loncom/interface/slotrequest.pm 2007/04/10 23:30:41 1.76 @@ -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.75 2007/04/10 23:28:20 albertel Exp $ +# $Id: slotrequest.pm,v 1.76 2007/04/10 23:30:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -647,7 +647,7 @@ sub allowed_slot { #already started if ($slot->{'starttime'} < time) { # all open slot to be schedulable - #return 0; + return 0; } &Apache::lonxml::debug("$slot_name starttime good");