kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 12:46:43 +01:00
parent 3dd89a4231
commit e66d92e5de
5 changed files with 20 additions and 20 deletions

View File

@ -131,8 +131,8 @@ echo "
or die ("Cannot execute query");
echo "<select size=\"5\" name=\"user2\">";
while ($row = $result->fetch_array()){
echo "<option value=\"".$row[mtknr]."\">$row[nachname], $row[vorname]";
if ($row[durchgefallen] == "Y"){
echo "<option value=\"".$row['mtknr']."\">$row[nachname], $row[vorname]";
if ($row['durchgefallen'] == "Y"){
echo " *";
}
echo "
@ -696,4 +696,4 @@ $pdf->MultiCell(0, 5, "Datum, Unterschrift", 0, 'L');
$pdf->Output();
}
?>
?>