diff --git a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php index 3f7b845..a53045d 100644 --- a/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php +++ b/src/structure/components/com_sportsmanager/views/sportsmanager/view.html.php @@ -4707,7 +4707,7 @@ global $params;
| @@ -4754,19 +4754,20 @@ global $params; ?> |
|---|
| - | - | - | - | - | Meldungen | ++ | + | + | + | + | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?> | -turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?> | -disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?> | -beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?> | -platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?> | -teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?> | +turnierbezeichnung != null ? htmlentities_utf8($platzierung->turnierbezeichnung) : ""; ?> | +beginn == null ? "" : htmlentities_utf8(FormatiertesDatum($platzierung->beginn, false)); ?> | +turnierort != null ? htmlentities_utf8($platzierung->turnierort) : ""; ?> | +disziplin != null ? htmlentities_utf8($platzierung->disziplin) : ""; ?> | +platz != null ? htmlentities_utf8($platzierung->platz) : ""; ?> | +teilnehmer != null ? htmlentities_utf8($platzierung->teilnehmer) : ""; ?> |