Kleine Fehlerkorrekturen

This commit is contained in:
aschwarz
2023-04-14 11:57:33 +02:00
parent 732e5ee033
commit e72f716478
12 changed files with 104 additions and 104 deletions

View File

@ -91,7 +91,7 @@ echo "
or die ("Cannot execute query");
echo "<select size=\"5\" name=\"del\">";
while ($row = $result->fetch_array()){
echo "<option value=\"".$row[id]."\">".$row['fprnr'].",&nbsp;".$row['bezeichnung']."&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value=\"".$row['id']."\">".$row['fprnr'].",&nbsp;".$row['bezeichnung']."&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>\n";
}
echo "</select>";
echo "
@ -265,4 +265,4 @@ echo "
</html>";
} // End if
} // Ende Action script
?>
?>