--- loncom/interface/lonparmset.pm 2018/09/14 19:06:43 1.522.2.25 +++ loncom/interface/lonparmset.pm 2018/12/01 15:34:55 1.522.2.26 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.522.2.25 2018/09/14 19:06:43 raeburn Exp $ +# $Id: lonparmset.pm,v 1.522.2.26 2018/12/01 15:34:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1025,7 +1025,7 @@ sub print_row { if (@{$usersgroups} > 1) { my ($coursereply,$grp_parm,$controlgrp); ($coursereply,$othergrp,$grp_parm,$controlgrp) = - &&check_other_groups($$part{$which}.'.'.$$name{$which}, + &check_other_groups($$part{$which}.'.'.$$name{$which}, $rid,$cgroup,$defbgone,$usersgroups,$result,$courseopt); if ($coursereply && $result > 3) { if (defined($controlgrp)) { @@ -1906,7 +1906,7 @@ sub sectionmenu { } $output .= '>'."$s\n"; } - $output .= "\n"); + $output .= "\n"; return $output; }