From d075d2b9a0bf5c9a856983ff15f57c2536c0f166 Mon Sep 17 00:00:00 2001 From: aschwarz Date: Tue, 14 Mar 2023 08:08:16 +0100 Subject: [PATCH] =?UTF-8?q?kleine=20constant=20Fehler=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/bearbeiten.php | 18 +++++++++--------- admin/stud_neubelegen.php | 28 ++++++++++++++-------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/admin/bearbeiten.php b/admin/bearbeiten.php index 5762b46..e83e490 100755 --- a/admin/bearbeiten.php +++ b/admin/bearbeiten.php @@ -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 "
"; -if ($result_istEW >= $rowEW[TN_max]) +if ($result_istEW >= $rowEW['TN_max']) { echo ""; } 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 "
"; -if ($result_istZW >= $rowZW[TN_max]) +if ($result_istZW >= $rowZW['TN_max']) { echo ""; } 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 "
"; -if ($result_istDW >= $rowDW[TN_max]) +if ($result_istDW >= $rowDW['TN_max']) { echo ""; } 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 "
"; -if ($result_istVW >= $rowVW[TN_max]) +if ($result_istVW >= $rowVW['TN_max']) { echo ""; } else { @@ -457,4 +457,4 @@ echo " "; } //Ende Action Abfrage -?> \ No newline at end of file +?> diff --git a/admin/stud_neubelegen.php b/admin/stud_neubelegen.php index bc53978..a45c225 100755 --- a/admin/stud_neubelegen.php +++ b/admin/stud_neubelegen.php @@ -147,7 +147,7 @@ select{