@@ -422,7 +422,7 @@ echo "
break;
case "bearbeiten1":
-if ($_POST[I] == "" and $_POST[R] == "" and $_POST[F] == "" and $_POST[S] == ""){ // mind. 1 Zweig muss angegeben werden. Getrennt durch and
+if ($_POST['I'] == "" and $_POST['R'] == "" and $_POST['F'] == "" and $_POST['S'] == ""){ // mind. 1 Zweig muss angegeben werden. Getrennt durch and
echo "
@@ -485,7 +485,7 @@ exit;
}
-if ($_POST[FPR_Nr] == ""or $_POST[Bezeichnung] == "" or $_POST[art] == "" or $_POST[max_t] == "" or $_POST[Dozent] == "" or $_POST[jahr] == ""){
+if ($_POST['FPR_Nr'] == ""or $_POST['Bezeichnung'] == "" or $_POST['art'] == "" or $_POST['max_t'] == "" or $_POST['Dozent'] == "" or $_POST['jahr'] == ""){
echo"
@@ -548,7 +548,7 @@ exit;
} // Ende wenn Pflichtfelder nicht ausgefüllt wurden
-if ($_POST[art] == "SK" AND $_POST[niveau] == ""){
+if ($_POST['art'] == "SK" AND $_POST['niveau'] == ""){
echo"
@@ -654,7 +654,7 @@ $sql_id = $db->query("select id from skik_kurs where FPRNr='$_POST[FPR_Nr]' and
$id = $sql_id->fetch_array();
-$Dozent = $_POST[Dozent]; // Vom Formular gesendetes Objekt in Variable schreiben
+$Dozent = $_POST['Dozent']; // Vom Formular gesendetes Objekt in Variable schreiben
for ($i=0;$i
";
while ($row = $result->fetch_array()){
- echo "\n";
+ echo "\n";
}
echo"
@@ -478,4 +478,4 @@ body,td,div,.p,a{font-family:arial,sans-serif}
} // If Anweisung Action-Abfrage
-?>
\ No newline at end of file
+?>