From 83ce22c602a28692f08a64f6385372f3c3ccd98e Mon Sep 17 00:00:00 2001 From: aschwarz Date: Sun, 19 Mar 2023 20:13:19 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20vom=20Wochenende?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- survey/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }