kleine constant Fehler geändert
This commit is contained in:
@ -163,7 +163,7 @@ $res2 = $db->query("SELECT distinct status
|
||||
LIMIT 1");
|
||||
$stud_status = $res2->fetch_array();
|
||||
|
||||
if($stud_status[status] == '0'){
|
||||
if($stud_status['status'] == '0'){
|
||||
|
||||
echo "
|
||||
|
||||
|
Reference in New Issue
Block a user