From 786e92cd8aea09bf95611d06c11d71b42e3d717c Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 4 Jul 2019 13:32:49 +0200 Subject: [PATCH] Update --- cgi-bin/uebung09/questions-update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/uebung09/questions-update.php b/cgi-bin/uebung09/questions-update.php index 76c4879..cbce86c 100644 --- a/cgi-bin/uebung09/questions-update.php +++ b/cgi-bin/uebung09/questions-update.php @@ -10,7 +10,7 @@ $solution = $_POST['solution']; $db = new Database(); -db->updateQuestion($question, $answer0, $answer1, $answer2, $solution); +$db->updateQuestion($question, $answer0, $answer1, $answer2, $solution); //header("Location: questions-show.php");