kleine constant Fehler geändert
This commit is contained in:
@ -16,9 +16,9 @@ $uid1=$_COOKIE["uid1"];
|
||||
$res = $db->query("SELECT Jahrgang FROM stud WHERE uid='$uid1'");
|
||||
$stud_jahr = $res->fetch_array();
|
||||
|
||||
if($stud_jahr[Jahrgang] < 10){
|
||||
if($stud_jahr['Jahrgang'] < 10){
|
||||
require_once("ag_ubersicht_alt.php");
|
||||
}else{
|
||||
require_once("ag_ubersicht_neu.php");
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user