From fa93ed4c91920df272caae4ada463f91e769498b Mon Sep 17 00:00:00 2001 From: aschwarz Date: Fri, 17 Feb 2023 14:38:04 +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 --- stud/antrag.php | 2 +- stud/prints/praxisstellen_neu.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stud/antrag.php b/stud/antrag.php index 02b3d64..11bc532 100755 --- a/stud/antrag.php +++ b/stud/antrag.php @@ -163,7 +163,7 @@ $res2 = $db->query("SELECT distinct status LIMIT 1"); $stud_status = $res2->fetch_array(); -if($stud_status[status] == '0'){ +if($stud_status['status'] == '0'){ echo " diff --git a/stud/prints/praxisstellen_neu.php b/stud/prints/praxisstellen_neu.php index 6479b38..457cec3 100755 --- a/stud/prints/praxisstellen_neu.php +++ b/stud/prints/praxisstellen_neu.php @@ -336,7 +336,7 @@ $pdf->SetY($pos); $data[3]['T_COLOR'] = array($rr,240,240); $data[3]['BG_COLOR'] = array($rr,100,135); */ - if($row_prio1[block] != ''){ + if($row_prio1['block'] != ''){ $data[0]['TEXT'] = "$row2[bezeichnung]"; $data[0]['T_ALIGN'] = "L"; //C=CENTER, L=LEFT, R=RIGHT, J=JUSTIFY @@ -439,4 +439,4 @@ $pdf->MultiCell(0, 5, "Datum, Unterschrift", 0, 'L'); $pdf->Output(); -?> \ No newline at end of file +?>