kleine constant Fehler geändert

This commit is contained in:
aschwarz 2023-02-28 11:18:20 +01:00
parent 6f29ae3b4d
commit d894b10d2f

View File

@ -2415,7 +2415,7 @@ echo"
or die ("Cannot execute query");
echo "<select class='select_form' size=\"5\" name=\"stellenart1\" id='stellenart1'>";
while ($row1 = $result1->fetch_array()){
echo "<option value='$row1[artid]'";if($row1['artid'] == 1){echo "selected";}elseif($row1[artid] == $art){echo " selected ";} echo">$row1[bezeichnung]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>\n";
echo "<option value='$row1[artid]'";if($row1['artid'] == 1){echo "selected";}elseif($row1['artid'] == $art){echo " selected ";} echo">$row1[bezeichnung]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>\n";
}
echo"</select>