mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove commented line
This commit is contained in:
@@ -14,7 +14,6 @@ if ($qsoarray) {
|
||||
foreach ($qsoarray as $sat => $mode) {
|
||||
echo '<tr><th>'. $sat .'</th>';
|
||||
foreach ($mode as $cmode => $singlemode) {
|
||||
#echo '<td>'.$singlemode.'</td>';
|
||||
echo '<td>';
|
||||
if (($singlemode ?? '-') != '-') {
|
||||
echo "<a href=\"javascript:displaySatQsos('".$sat."','".$cmode."')\">".$singlemode."</a>";
|
||||
|
||||
Reference in New Issue
Block a user