kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-17 14:13:42 +01:00
parent 366b1d22de
commit 7de948b740
5 changed files with 45 additions and 45 deletions

View File

@ -6,7 +6,7 @@ $db = dbconnect();
$result = $db->query("SELECT stg FROM stud where uid=\"$uid1\"");
$row = $result->fetch_array();
if ($row[stg] != "I" and $row[stg] != "V" and $row[stg] != "W"){
if ($row['stg'] != "I" and $row['stg'] != "V" and $row['stg'] != "W"){
echo"
<html>
<head>
@ -65,4 +65,4 @@ echo"
";
exit;
}
?>
?>