From 24aeae1df8a743b8cc777cb7f0f12fa9d5b12b79 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 7 Jul 2019 23:23:17 +0200 Subject: [PATCH] Update --- cgi-bin/uebung09/questions-edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/uebung09/questions-edit.php b/cgi-bin/uebung09/questions-edit.php index d5aabfe..fd38cf7 100644 --- a/cgi-bin/uebung09/questions-edit.php +++ b/cgi-bin/uebung09/questions-edit.php @@ -41,7 +41,7 @@ echo << END; - if ($sol == 0) { + if ($sol == 1) { //checked echo(''); } else { @@ -57,7 +57,7 @@ echo << END; - if ($sol == 0) { + if ($sol == 2) { //checked echo(''); } else {