Rangliste Change Name Surname Order

This commit is contained in:
Daniel Goerlich
2021-02-09 17:40:15 +01:00
parent 16efbb29ff
commit d89ae518b8
@@ -7015,7 +7015,7 @@ global $params;
?> ?>
</td> </td>
<td> <td>
<table border="0" cellspacing="0" cellpadding="0" width="100%"> <table class="uk-table" border="0" cellspacing="0" cellpadding="0" >
<tr> <tr>
<td> <td>
<?php <?php
@@ -7029,7 +7029,7 @@ global $params;
else { else {
?> ?>
<a href="<?php echo SportsManagerURL('&task=spieler_details&id=' . $row->spieler_id); ?>"><?php echo htmlentities_utf8($row->nachname . ", " . $row->vorname); ?></a> <a href="<?php echo SportsManagerURL('&task=spieler_details&id=' . $row->spieler_id); ?>"><?php echo htmlentities_utf8($row->vorname . ", " . $row->nachname); ?></a>
<?php <?php
} }
?> ?>