--- loncom/interface/lonconfigsettings.pm 2013/10/06 21:25:59 1.27 +++ loncom/interface/lonconfigsettings.pm 2014/02/12 20:37:42 1.28 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.27 2013/10/06 21:25:59 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.28 2014/02/12 20:37:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -265,16 +265,19 @@ sub display_settings { if (grep(/^\Q$item\E$/,@actions)) { push(@items,$item); if ($context eq 'domain') { + my $settings = $values->{$item}; if ($item eq 'usersessions') { $r->print(''."\n"); + } elsif ($item eq 'selfcreation') { + $settings = $values->{'usercreation'}; } ($output{$item},$rowtotal{$item}) = &Apache::domainprefs::print_config_box($r,$dom,$confname, - $phase,$item,$prefs->{$item},$values->{$item}); + $phase,$item,$prefs->{$item},$settings); } else { ($output{$item},$rowtotal{$item}) = &Apache::courseprefs::print_config_box($r,$dom,$phase,