kleine constant Fehler geändert
This commit is contained in:
@ -679,7 +679,7 @@ echo"
|
||||
<option value='x' selected>Bitte wählen Sie einen Vertiefungsbereich </option>";
|
||||
while ($row1 = $result1->fetch_array()){
|
||||
|
||||
echo "<option value='$row1[vbid]'";if($row1[vbid] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
echo "<option value='$row1[vbid]'";if($row1['vbid'] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
}
|
||||
echo"</select>
|
||||
</td>
|
||||
@ -719,7 +719,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" 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>
|
||||
@ -1367,7 +1367,7 @@ echo"
|
||||
<option value='x' selected>Bitte wählen Sie einen Vertiefungsbereich </option>";
|
||||
while ($row1 = $result1->fetch_array()){
|
||||
|
||||
echo "<option value='$row1[vbid]'";if($row1[vbid] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
echo "<option value='$row1[vbid]'";if($row1['vbid'] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
}
|
||||
echo"
|
||||
</td></select>
|
||||
@ -1409,7 +1409,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart4\" id='stellenart4'>";
|
||||
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>
|
||||
@ -2055,7 +2055,7 @@ echo"
|
||||
<option value='x' selected>Bitte wählen Sie einen Vertiefungsbereich </option>";
|
||||
while ($row1 = $result1->fetch_array()){
|
||||
|
||||
echo "<option value='$row1[vbid]'";if($row1[vbid] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
echo "<option value='$row1[vbid]'";if($row1['vbid'] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
}
|
||||
echo"</select>
|
||||
</td>
|
||||
@ -2096,7 +2096,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart7\" id='stellenart7'>";
|
||||
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>
|
||||
@ -2740,7 +2740,7 @@ echo"
|
||||
<option value='x' selected>Bitte wählen Sie einen Vertiefungsbereich </option>";
|
||||
while ($row1 = $result1->fetch_array()){
|
||||
|
||||
echo "<option value='$row1[vbid]'";if($row1[vbid] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
echo "<option value='$row1[vbid]'";if($row1['vbid'] == $vert){echo " selected ";} echo">$row1[bezeichnung] </option>\n";
|
||||
}
|
||||
echo"</select>
|
||||
</td>
|
||||
@ -2781,7 +2781,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] </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>
|
||||
@ -3786,4 +3786,4 @@ if(isset($telabteilung)){
|
||||
|
||||
} // Ende Action
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user