Kleine Fehlerkorrekturen

This commit is contained in:
aschwarz
2023-04-14 11:58:24 +02:00
parent e0f146291f
commit 1c0e2584d5
12 changed files with 50 additions and 50 deletions

View File

@ -172,7 +172,7 @@ echo "
echo "<select size=\"5\" name=\"dst\">";
while ($row = $result->fetch_array()){
echo "<option value=\"".$row['dst_id']."\">$row[name] ($row[bezeichnung])";
if ($row[durchgefallen] == "Y"){
if ($row['durchgefallen'] == "Y"){
echo " *";
}
echo "
@ -637,4 +637,4 @@ $sql1 = $db->query ("update stan_dienststellen
</html>";
} // Ende Action script
?>
?>