--- loncom/interface/lonparmset.pm 2006/05/16 20:43:57 1.306 +++ loncom/interface/lonparmset.pm 2006/05/18 01:08:51 1.307 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.306 2006/05/16 20:43:57 albertel Exp $ +# $Id: lonparmset.pm,v 1.307 2006/05/18 01:08:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -63,6 +63,7 @@ use Apache::lonhomework; use Apache::lonxml; use Apache::lonlocal; use Apache::lonnavmaps; +use Apache::longroup; use Apache::lonrss; # --- Caches local to lonparmset @@ -1125,7 +1126,7 @@ sub usermenu { my %sectionhash = &Apache::loncommon::get_sections(); my $groups; - my %grouphash = &Apache::loncommon::coursegroups(); + my %grouphash = &Apache::longroup::coursegroups(); if (%sectionhash) { $sections=$lt{'se'}.': ');