--- loncom/interface/domainprefs.pm 2009/08/23 17:36:53 1.102.2.3 +++ loncom/interface/domainprefs.pm 2009/09/23 02:41:24 1.102.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.102.2.3 2009/08/23 17:36:53 raeburn Exp $ +# $Id: domainprefs.pm,v 1.102.4.2 2009/09/23 02:41:24 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1370,9 +1370,6 @@ sub print_quotas { } } } - if (!$curroption) { - $curroption = 'norequest'; - } $datatable .= ''.$titles{$item}.''; my $checked = ''; if ($curroption eq '') { @@ -5015,7 +5012,7 @@ sub modify_defaults { if ($newvalues{$item} ne '') { if ($newvalues{$item} =~ /^(\w+)/) { my $langcode = $1; - if ($langcode ne 'x_chef') { + if ($langcode ne 'gci' && $langcode ne 'x_chef') { if (code2language($langcode) eq '') { push(@errors,$item); }