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=\"adminbe\">";
while ($row = $result->fetch_array()){
echo "<option value=\"".$row[faid]."\">".$row['nachname'].",&nbsp;".$row['vorname']."&nbsp;&nbsp;&nbsp;".$row['doz_titel']."&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value=\"".$row['faid']."\">".$row['nachname'].",&nbsp;".$row['vorname']."&nbsp;&nbsp;&nbsp;".$row['doz_titel']."&nbsp;&nbsp;&nbsp;</option>\n";
}
echo "</select>";
echo "
@ -356,4 +356,4 @@ echo "
}
} // Ende Action script
?>
?>