Keine Shebang außer für die Entry Dateien.
[kivitendo-erp.git] / bin / mozilla / am.pl
index 0aac5a1..8f380aa 100644 (file)
@@ -2508,7 +2508,6 @@ sub config {
 
   %countrycodes = User->country_codes;
 
-  $countrycodes{""} = "American English";
   $form->{COUNTRYCODES} = [];
   foreach $countrycode (sort { $countrycodes{$a} cmp $countrycodes{$b} } keys %countrycodes) {
     push @{ $form->{COUNTRYCODES} }, {