--- loncom/interface/lonexttool.pm 2018/01/31 14:17:44 1.18 +++ loncom/interface/lonexttool.pm 2018/05/23 16:36:14 1.19 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Launch External Tool Provider (LTI) # -# $Id: lonexttool.pm,v 1.18 2018/01/31 14:17:44 raeburn Exp $ +# $Id: lonexttool.pm,v 1.19 2018/05/23 16:36:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -110,7 +110,7 @@ sub handler { width => $toolsettings{'width'}, height => $toolsettings{'height'}, }; - foreach my $item (qw(crslabel crstitle crsappend gradable incdom)) { + foreach my $item (qw(crslabel crstitle crsappend gradable)) { $toolhash{$item} = $toolsettings{$item}; } $is_tool = 1;