Fehler bei Variable korrigiert

This commit is contained in:
aschwarz 2023-02-17 11:40:08 +01:00
parent 804fd46590
commit 9cc981d610

View File

@ -2660,7 +2660,7 @@ echo"
or die ("Cannot execute query");
echo "<select class='select_form' size=\"1\" name=\"stellenart10\" id='stellenart10'>";
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>
@ -3807,4 +3807,4 @@ $telabteilung = "";
} // Ende Action
?>
?>