- | 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) : ""; ?> |
- turnierdisziplin_id]) ? (" " . (empty($platzierung->punkte) ? "0" : $platzierung->punkte) . " ") : (empty($platzierung->punkte) ? "0" : $platzierung->punkte); ?> |
+ 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) : ""; ?> |
+ turnierdisziplin_id]) ? (" " . (empty($platzierung->punkte) ? "0" : $platzierung->punkte) . " ") : (empty($platzierung->punkte) ? "0" : $platzierung->punkte); ?> |