kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-01 16:55:01 +01:00
parent b41c65471a
commit 7ff1e141ed
4 changed files with 17 additions and 17 deletions

View File

@ -45,7 +45,7 @@ echo"
or die ("Cannot execute query");
echo "<p align=\"center\"><select size=\"5\" name=\"jahr\">";
while ($row = $result->fetch_array()){
echo "<option value='$row[Jahrgang]'";if ($row[Jahrgang] == $jahrgang){echo " selected";} echo ">".$row['Jahrgang']."&nbsp;&nbsp;</option>\n";
echo "<option value='$row[Jahrgang]'";if ($row['Jahrgang'] == $jahrgang){echo " selected";} echo ">".$row['Jahrgang']."&nbsp;&nbsp;</option>\n";
}
echo "</select>";
echo "
@ -91,4 +91,4 @@ setcookie("jahrgang",$_POST['jahr']);
";
} // Ende Action script
?>
?>