Kleine Fehlerkorrekturen

This commit is contained in:
aschwarz
2023-04-14 11:56:50 +02:00
parent dca6720ffa
commit 9943b7fed9
15 changed files with 120 additions and 120 deletions

View File

@ -264,11 +264,11 @@ if ( $row1EW=$resEW->fetch_array() ) {
$result_istEW=$row1EW[0];
} else $result_istEW=0;
} else $result_istEW=0;
echo $result_istEW; echo "/"; echo $rowEW[TN_max];
echo $result_istEW; echo "/"; echo $rowEW['TN_max'];
echo "<br>";
if ($result_istEW >= $rowEW[TN_max])
if ($result_istEW >= $rowEW['TN_max'])
{
echo "<img border=\"0\" src=\"cross.jpg\">";
} else {
@ -290,11 +290,11 @@ if ( $row1ZW=$resZW->fetch_array() ) {
$result_istZW=$row1ZW[0];
} else $result_istZW=0;
} else $result_istZW=0;
echo $result_istZW; echo "/"; echo $rowZW[TN_max];
echo $result_istZW; echo "/"; echo $rowZW['TN_max'];
echo "<br>";
if ($result_istZW >= $rowZW[TN_max])
if ($result_istZW >= $rowZW['TN_max'])
{
echo "<img border=\"0\" src=\"cross.jpg\">";
} else {
@ -316,11 +316,11 @@ if ( $row1DW=$resDW->fetch_array() ) {
$result_istDW=$row1DW[0];
} else $result_istDW=0;
} else $result_istDW=0;
echo $result_istDW; echo "/"; echo $rowDW[TN_max];
echo $result_istDW; echo "/"; echo $rowDW['TN_max'];
echo "<br>";
if ($result_istDW >= $rowDW[TN_max])
if ($result_istDW >= $rowDW['TN_max'])
{
echo "<img border=\"0\" src=\"cross.jpg\">";
} else {
@ -343,11 +343,11 @@ if ( $row1VW=$resVW->fetch_array() ) {
$result_istVW=$row1VW[0];
} else $result_istVW=0;
} else $result_istVW=0;
echo $result_istVW; echo "/"; echo $rowVW[TN_max];
echo $result_istVW; echo "/"; echo $rowVW['TN_max'];
echo "<br>";
if ($result_istVW >= $rowVW[TN_max])
if ($result_istVW >= $rowVW['TN_max'])
{
echo "<img border=\"0\" src=\"cross.jpg\">";
} else {
@ -457,4 +457,4 @@ echo "
";
} //Ende Action Abfrage
?>
?>