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 {