kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-24 09:11:35 +01:00
parent ac75a3e988
commit 5a591ee6f3
12 changed files with 51 additions and 51 deletions

View File

@ -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");
}
?>
?>