mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Removed US stae as it was breaking
This commit is contained in:
@@ -26,8 +26,6 @@ $cert2 = str_replace("-----END CERTIFICATE-----", "", $cert1);
|
||||
|
||||
<?php if(isset($station_profile->station_iota)) { ?><IOTA:<?php echo strlen($station_profile->station_iota); ?>><?php echo $station_profile->station_iota; ?><?php } ?>
|
||||
|
||||
<?php if(isset($station_profile->state) && $station_profile->station_country = "UNITED STATES OF AMERICA") { ?><US_STATE:<?php echo strlen($station_profile->state); ?>><?php echo $station_profile->state; ?><?php } ?>
|
||||
|
||||
<eor>
|
||||
|
||||
<?php foreach ($qsos->result() as $qso) { ?>
|
||||
|
||||
Reference in New Issue
Block a user