kleine constant Fehler geändert
This commit is contained in:
parent
6f29ae3b4d
commit
d894b10d2f
@ -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] </option>\n";
|
||||
echo "<option value='$row1[artid]'";if($row1['artid'] == 1){echo "selected";}elseif($row1['artid'] == $art){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
}
|
||||
|
||||
echo"</select>
|
||||
|
Loading…
x
Reference in New Issue
Block a user