--- loncom/interface/loncommon.pm 2006/05/17 20:47:06 1.372 +++ loncom/interface/loncommon.pm 2006/05/17 23:13:47 1.373 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.372 2006/05/17 20:47:06 albertel Exp $ +# $Id: loncommon.pm,v 1.373 2006/05/17 23:13:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3916,6 +3916,7 @@ sub get_group_settings { } elsif ($entry eq 'role') { if ($tool eq 'autosec') { $role = $token->[2]{id}; + @{$content{$tool}{$role}} = (); } } else { my $value=$parser->get_text('/'.$entry); @@ -5024,6 +5025,7 @@ a hash ref describing the data to be sto 'chartoutputmode' => 'scalar', 'chartoutputdata' => 'scalar', 'Section' => 'array', + 'Group' => 'array', 'StudentData' => 'array', 'Maps' => 'array');