kleine constant Fehler geändert
This commit is contained in:
parent
53793649b3
commit
880f85f10f
@ -940,7 +940,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart2\" id='stellenart2'>";
|
||||
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>
|
||||
@ -1156,7 +1156,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart3\" id='stellenart3'>";
|
||||
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>
|
||||
@ -1627,7 +1627,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart5\" id='stellenart5'>";
|
||||
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>
|
||||
@ -1841,7 +1841,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart6\" id='stellenart6'>";
|
||||
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>
|
||||
@ -2314,7 +2314,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart8\" id='stellenart8'>";
|
||||
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>
|
||||
@ -2529,7 +2529,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart9\" id='stellenart9'>";
|
||||
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>
|
||||
@ -2999,7 +2999,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart11\" id='stellenart11'>";
|
||||
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>
|
||||
@ -3214,7 +3214,7 @@ echo"
|
||||
or die ("Cannot execute query");
|
||||
echo "<select class='select_form' size=\"1\" name=\"stellenart12\" id='stellenart12'>";
|
||||
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>
|
||||
|
@ -646,7 +646,7 @@ oPopupBody.style.border = \"solid blue 1px\";
|
||||
echo "<tr>
|
||||
<td>$stell_bez[bezeichnung]</td>
|
||||
<td>";
|
||||
if($anzahl_bereich[Treffer] != 1){
|
||||
if($anzahl_bereich['Treffer'] != 1){
|
||||
echo "<font color=green><b>OK</b></font>";
|
||||
}else{
|
||||
$fehler = 'X';
|
||||
|
Loading…
x
Reference in New Issue
Block a user