mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Map Canadian Province in sign_string
Necessary to avoid mismatch for Quebec and Newfoundland and Labrador
This commit is contained in:
@@ -66,9 +66,9 @@ $cert2 = str_replace("-----END CERTIFICATE-----", "", $cert1);
|
||||
|
||||
$sign_string = "";
|
||||
|
||||
// Adds CA Prov
|
||||
// Adds CA Province
|
||||
if($station_profile->state != "" && $station_profile->station_country == "CANADA") {
|
||||
$sign_string .= strtoupper($station_profile->state);
|
||||
$sign_string .= strtoupper($CI->lotw_ca_province_map($station_profile->state));
|
||||
}
|
||||
|
||||
// Add CQ Zone
|
||||
|
||||
Reference in New Issue
Block a user