Fixed show station name option

This commit is contained in:
Andreas Kristiansen
2025-08-12 19:50:27 +02:00
parent ed57f915f8
commit 08301ef0d7

View File

@@ -11,7 +11,7 @@
<th class="center"><?= __("Mode"); ?></th>
<th class="center"><?= __("Callsign"); ?></th>
<?php
$showStationName = $this->optionslib->get_option('groupedSearchShowStationName');
$showStationName = $groupedSearchShowStationName;
if ($showStationName == 'on'): ?>
<th class="center"><?= __("Station Name"); ?></th>
<?php endif; ?>