kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-01 16:54:46 +01:00
parent 41585c1390
commit 31a4c3c5bc
3 changed files with 14 additions and 14 deletions

View File

@ -146,7 +146,7 @@ $abfrage = "SELECT stud.uid, Vorname, Nachname, AG, Jahrgang
AND stud.durchgefallen !=\"Y\"
";
setcookie ("ck_SozkomID", $_POST[ausw_ausg]);
setcookie ("ck_SozkomID", $_POST['ausw_ausg']);
echo "
<html>
@ -237,4 +237,4 @@ echo "
</html>";
} //Ende Action Abfrage
?>
?>