kleine constant Fehler geändert

This commit is contained in:
aschwarz 2023-03-02 08:13:34 +01:00
parent 55ee2af22e
commit f4e2143bb5

View File

@ -338,7 +338,7 @@ $pdf->Line(5.3, 211, 9, 211);
$pdf->SetFont('Arial', '', 11);
$pdf->SetY(61.3);
$pdf->SetX(24);
if($row_hs['hs'] == 'K' or $row_hs[hs] == 'k'){
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nPostfach 1549\n77675 Kehl", 0, 'L');
}else{
$pdf->MultiCell(0, 4.5, "Hochschule Ludwigsburg\nZulassungsamt\nReuteallee 36\n71634 Ludwigsburg", 0, 'L');