--- loncom/interface/courseprefs.pm 2022/01/16 16:50:40 1.96 +++ loncom/interface/courseprefs.pm 2022/01/16 16:52:42 1.97 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.96 2022/01/16 16:50:40 raeburn Exp $ +# $Id: courseprefs.pm,v 1.97 2022/01/16 16:52:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3810,7 +3810,7 @@ sub coowner_invitations { @pendingcoown = split(',',$pendingcoowners); } if (ref($currcoownref) eq 'ARRAY') { - @currcoown == @{$currcoownref}; + @currcoown = @{$currcoownref}; } my $disabled; if ($noedit) { @@ -3874,7 +3874,7 @@ sub manage_coownership { @pendingcoown = split(',',$pendingcoowners); } if (ref($currcoownref) eq 'ARRAY') { - @currcoown == @{$currcoownref}; + @currcoown = @{$currcoownref}; } my $disabled; if ($noedit) {