Skip to content

Commit

Permalink
Fixed #25: Ländername korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMalik committed Nov 14, 2024
1 parent 7d2de30 commit 4cb31e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ class="btn btn-outline-dark btn-sm font-Bitter mr-1"
}
# Land
# In der Export-Adresse soll das eigne Land nicht angedruckt werden.
if ( strtoupper($json_content_Land['0']['translations']['deu']['official']) != "DEUTSCHLAND" ) {
$Adresszeilen[] = strtoupper($json_content_Land['0']['translations']['deu']['official']);
if ( strtoupper($json_content_Land['0']['translations']['deu']['common']) != "DEUTSCHLAND" ) {
$Adresszeilen[] = strtoupper($json_content_Land['0']['translations']['deu']['common']);
}
}
?>
Expand Down

0 comments on commit 4cb31e9

Please sign in to comment.