kleine constant Fehler geändert
This commit is contained in:
@ -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;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user