--- loncom/interface/domainprefs.pm 2009/10/09 02:00:21 1.102.2.5 +++ loncom/interface/domainprefs.pm 2009/12/07 01:43:27 1.102.4.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.102.2.5 2009/10/09 02:00:21 raeburn Exp $ +# $Id: domainprefs.pm,v 1.102.4.4 2009/12/07 01:43:27 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5012,7 +5012,8 @@ 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 'gct') && + ($langcode ne 'x_chef')) { if (code2language($langcode) eq '') { push(@errors,$item); }