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

@ -72,7 +72,7 @@ echo "
or die ("Cannot execute query");
echo "<select size=\"5\" name=\"dozbe\">";
while ($row = $result->fetch_array()){
echo "<option value=\"".$row[doz_nr]."\">".$row['doz_name'].",&nbsp;".$row['doz_vorname'].",&nbsp;&nbsp;&nbsp;".$row['doz_titel']."&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value=\"".$row['doz_nr']."\">".$row['doz_name'].",&nbsp;".$row['doz_vorname'].",&nbsp;&nbsp;&nbsp;".$row['doz_titel']."&nbsp;&nbsp;&nbsp;</option>\n";
}
echo "</select>";
echo "
@ -351,4 +351,4 @@ echo "
//session_destroy();
} // Ende Action script
?>
?>