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