mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Tipp des Copiloten benutzt :)
This commit is contained in:
@@ -10325,7 +10325,7 @@ class HTML_sportsmanager_admin
|
||||
:</label>
|
||||
</td>
|
||||
<td nowrap>
|
||||
<?php $spiel_nr = $neuer_eintrag ? null : ($row->spiel_nr ?? null); ?>
|
||||
<?php $spiel_nr = ($neuer_eintrag || $row == null) ? null : ($row->spiel_nr ?? null); ?>
|
||||
<select class="uk-select uk-form-width-xsmall" id="game_nr" size="1"
|
||||
title="Spielnummer (optional)" name="spiel_nr">
|
||||
<option value=""></option>
|
||||
|
||||
Reference in New Issue
Block a user