Skip to content

Commit

Permalink
debug national calendar value
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 2, 2024
1 parent e67e3ba commit 95c05c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php/src/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public static function buildNationOptions(array $nations, ?string $NATION, strin
$countryName = \Locale::getDisplayRegion("-{$nationVal}", $locale);
$options .= "<option value='{$nationVal}'" . ($nationVal === $NATION ? ' selected' : '') . ">$countryName</option>";
}
$options .= "<!-- current selected nation is {$NATION} -->";
return $options;
}

Expand Down

0 comments on commit 95c05c6

Please sign in to comment.