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

@ -144,7 +144,7 @@ select{
or die ("Cannot execute query");
echo "<select size=\"5\" name=\"vbid\">";
while ($row = $result->fetch_array()){
echo "<option value=\"".$row[vbid]."\">$row[bezeichnung]</option>\n";
echo "<option value=\"".$row['vbid']."\">$row[bezeichnung]</option>\n";
}
echo "</select>";
echo"
@ -755,4 +755,4 @@ if($standortname == '' OR $block == '' OR $datumab == '' OR $vbid == '' OR $pend
echo "<meta http-equiv=\"refresh\" content=\"0; URL=".$_SERVER['PHP_SELF'] ."?action=default\">";
} //Ende Action Abfrage
?>
?>