From da2538178e3e4e1342e916c0259bd3929d049284 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 4 Jul 2019 13:12:08 +0200 Subject: [PATCH] Update --- cgi-bin/uebung09/questions-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/uebung09/questions-edit.php b/cgi-bin/uebung09/questions-edit.php index b50ee21..ee994c6 100644 --- a/cgi-bin/uebung09/questions-edit.php +++ b/cgi-bin/uebung09/questions-edit.php @@ -6,9 +6,9 @@ $id = $_GET['id']; $db = new Database(); $question = $db->getQuestion($id); +var_dump($question); $sol = $question['solution']; -var_dump($question); echo <<Frage bearbeiten