[QSO View] Added the Contest ID to the popup

pull/769/head
Peter Goodhall 2020-12-22 17:54:32 +00:00
rodzic cf1f3487c6
commit 34c41383a9
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -178,6 +178,13 @@
</tr>
<?php } ?>
<?php if($row->COL_CONTEST_ID != null) { ?>
<tr>
<td>Contest Name:</td>
<td><?php echo $row->COL_CONTEST_ID; ?></td>
</tr>
<?php } ?>
<?php if($row->COL_IOTA != null) { ?>
<tr>
<td>IOTA Ref:</td>