From 026ca6bd32ed3eac38295200d4e34b6e1a57525a Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 4 Jul 2019 13:14:30 +0200 Subject: [PATCH] Update --- cgi-bin/uebung09/questions-edit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cgi-bin/uebung09/questions-edit.php b/cgi-bin/uebung09/questions-edit.php index 57d8a4e..3b8a5cd 100644 --- a/cgi-bin/uebung09/questions-edit.php +++ b/cgi-bin/uebung09/questions-edit.php @@ -8,13 +8,15 @@ $db = new Database(); $question = $db->getQuestion($id); $sol = $question['solution']; +$qu = $question['question']; + echo <<Frage bearbeiten

-

+

END;