--- loncom/interface/longroup.pm 2010/08/29 22:59:49 1.25 +++ loncom/interface/longroup.pm 2010/09/26 01:57:21 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # accessor routines used to provide information about course groups # -# $Id: longroup.pm,v 1.25 2010/08/29 22:59:49 raeburn Exp $ +# $Id: longroup.pm,v 1.26 2010/09/26 01:57:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -291,7 +291,8 @@ sub group_changes { } if (@changegroups > 0) { my %currpriv; - my %roleshash = &Apache::lonnet::dump('roles',$udom,$uname,$cid); + my $extra = &Apache::lonnet::freeze_escape({'skipcheck' => 1}); + my %roleshash = &Apache::lonnet::dump('roles',$udom,$uname,$cid,'.',undef,$extra); if (my $tmp = &Apache::lonnet::error(%roleshash)) { &Apache::lonnet::logthis('Error retrieving roles: '.$tmp. ' for '.$uname.':'.$udom);