--- loncom/interface/domainprefs.pm 2008/06/27 00:42:48 1.57 +++ loncom/interface/domainprefs.pm 2008/06/30 03:47:12 1.58 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.57 2008/06/27 00:42:48 raeburn Exp $ +# $Id: domainprefs.pm,v 1.58 2008/06/30 03:47:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,7 +62,7 @@ sub handler { } &Apache::lonhtmlcommon::clear_breadcrumbs(); &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, - ['phase']); + ['phase','actions']); my $phase = 'pickactions'; if ( exists($env{'form.phase'}) ) { $phase = $env{'form.phase'};