--- loncom/interface/domainprefs.pm 2009/09/23 02:40:13 1.102.4.1 +++ 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.4.1 2009/09/23 02:40:13 gci Exp $ +# $Id: domainprefs.pm,v 1.102.4.2 2009/09/23 02:41:24 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5012,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); }