kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 10:16:06 +01:00
parent 4da9105a06
commit 0cf74e9297
4 changed files with 36 additions and 36 deletions

View File

@ -132,8 +132,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 "
@ -1144,4 +1144,4 @@ $pdf->closeParsers();
#############################################################
} // Ende Action script
?>
?>