mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
In der Überschrift wurde vornameN satt vorname angezeigt.
This commit is contained in:
@@ -287,7 +287,7 @@ if($format=='HTML')
|
||||
if($type=='ort')
|
||||
echo '<H1>Ort: '.$ort_kurzbz.' - '.$stdplan->ort_bezeichnung.'</H1>';
|
||||
if($type=='lektor')
|
||||
echo '<H1>Lektor: '.$stdplan->pers_titelpre.' '.$stdplan->pers_vornamen.' '.$stdplan->pers_nachname.' '.$stdplan->pers_titelpost.'</H1>';
|
||||
echo '<H1>Lektor: '.$stdplan->pers_titelpre.' '.$stdplan->pers_vorname.' '.$stdplan->pers_nachname.' '.$stdplan->pers_titelpost.'</H1>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user