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