--- loncom/interface/lonviewcoauthors.pm 2023/11/05 20:06:04 1.4 +++ loncom/interface/lonviewcoauthors.pm 2024/05/24 15:27:59 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to display the coauthors # -# $Id: lonviewcoauthors.pm,v 1.4 2023/11/05 20:06:04 raeburn Exp $ +# $Id: lonviewcoauthors.pm,v 1.5 2024/05/24 15:27:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -397,7 +397,7 @@ sub print_coauthors { @showroles = ('ca','aa'); } my %coauthors = &Apache::lonnet::get_my_roles($auname,$audom,undef,undef, - \@showroles,[$audom]); + \@showroles); my (%userinfo,%showuser); foreach my $item (keys(%coauthors)) { my ($username,$domain,$userrole) = split(/:/,$item);