--- loncom/interface/slotrequest.pm 2023/07/07 03:52:40 1.145 +++ loncom/interface/slotrequest.pm 2023/07/08 16:57:47 1.146 @@ -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.145 2023/07/07 03:52:40 raeburn Exp $ +# $Id: slotrequest.pm,v 1.146 2023/07/08 16:57:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2374,7 +2374,7 @@ sub manage_reservations { $container{$currcontainer} = $resource; $container_title{$currcontainer} = $resource->compTitle(); } - if (($resource->is_problem() || $resource->is_tool)) { + if ($resource->is_problem() || $resource->is_tool()) { next unless (exists($output{$symb})); $reservable ++; $rownum ++;