From f4e2143bb51676203ef6645a7b132b726b265f8c Mon Sep 17 00:00:00 2001 From: aschwarz Date: Thu, 2 Mar 2023 08:13:34 +0100 Subject: [PATCH] =?UTF-8?q?kleine=20constant=20Fehler=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/praxisstellen_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/praxisstellen_admin.php b/admin/praxisstellen_admin.php index 8ef45a9..e1cc983 100755 --- a/admin/praxisstellen_admin.php +++ b/admin/praxisstellen_admin.php @@ -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');