![]() ![]() | ![]() |
version 1.75, 2007/04/10 23:28:20 | version 1.77, 2007/04/10 23:31:18 |
---|---|
Line 646 sub allowed_slot { | Line 646 sub allowed_slot { |
#already started | #already started |
if ($slot->{'starttime'} < time) { | if ($slot->{'starttime'} < time) { |
# all open slot to be schedulable | return 0; |
#return 0; | |
} | } |
&Apache::lonxml::debug("$slot_name starttime good"); | &Apache::lonxml::debug("$slot_name starttime good"); |