kleine constant Fehler geändert
This commit is contained in:
parent
f4e2143bb5
commit
d5d8d5179c
@ -2407,7 +2407,7 @@ echo"
|
|||||||
or die ("Cannot execute query");
|
or die ("Cannot execute query");
|
||||||
echo "<select class='select_form' size=\"1\" name=\"stellenart9\" id='stellenart9'>";
|
echo "<select class='select_form' size=\"1\" name=\"stellenart9\" id='stellenart9'>";
|
||||||
while ($row1 = $result1->fetch_array()){
|
while ($row1 = $result1->fetch_array()){
|
||||||
echo "<option value='$row1[artid]'";if($row1['artid'] == 1){echo "selected";}elseif($row1[i'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>
|
echo"</select>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user