diff --git a/survey/index.php b/survey/index.php index 64c0046..f0bfc93 100644 --- a/survey/index.php +++ b/survey/index.php @@ -31,7 +31,7 @@ if ($action == '') { $smarty->assign('umfrage_anzeigen', "1"); $smarty->assign('umfrage_umid', "$row_umid[umid]"); } - if($GET['error'] == 1){ + if($_GET['error'] == 1){ echo "Umfrage wurde schon teilgenommen"; }