Revert "Merge pull request #1403 from AndreasK79/dxcc_add_text_deleted"

This reverts commit a6faa1310b, reversing
changes made to 6b0e9b5eeb.
This commit is contained in:
Peter Goodhall
2022-02-20 11:57:09 +00:00
parent 768e570d9c
commit 33130201f6
8 changed files with 8 additions and 30 deletions

View File

@@ -46,8 +46,7 @@
<select class="form-control" id="dxcc_select" name="dxcc" aria-describedby="stationCallsignInputHelp">
<option value="0" selected>NONE</option>
<?php foreach ($dxcc_list->result() as $dxcc) { ?>
<option value="<?php echo $dxcc->adif; ?>"><?php echo ucwords(strtolower($dxcc->name)) . ' - ' . $dxcc->prefix; if ($dxcc->end != NULL) echo ' (deleted dxcc)';?>
</option>
<option value="<?php echo $dxcc->adif; ?>"><?php echo $dxcc->name; ?></option>
<?php } ?>
</select>
<?php } ?>