mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
fix issue
This commit is contained in:
@@ -10901,8 +10901,8 @@ class HTML_sportsmanager_admin
|
||||
<option value="1"><?php echo JText::_('COM_SPORTSMANAGER_FULL_RATING'); ?></option>
|
||||
<option value="0"<?php if (!empty($row) && $i < $n && $rangliste_doppel_teilwertung == 0) echo " selected"; ?>><?php echo JText::_('COM_SPORTSMANAGER_NO_RATING'); ?></option>
|
||||
<?php
|
||||
|
||||
for ($j = -1.25; $j >= -10; $j -= 0.25)
|
||||
$wertungen = [];
|
||||
for ($j = -1.25; $j >= -10; $j -= 0.25) {
|
||||
$wertungen[] = $j;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user