From d9fff8d6ed41254d31cf11bc2fc9b905aa839fc5 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Mon, 30 Jul 2007 09:14:18 +0200 Subject: [PATCH] [svn r12791] real fix for http://www.dokeos.com/forum/viewtopic.php?t=11084 --- main/survey/fillsurvey.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/survey/fillsurvey.php b/main/survey/fillsurvey.php index 60fb26cd7b..0c56ce2fb8 100644 --- a/main/survey/fillsurvey.php +++ b/main/survey/fillsurvey.php @@ -32,6 +32,9 @@ // name of the language file that needs to be included $language_file = 'survey'; +// unsetting the course id (because it is in the URL) +$cidReset = true; + // including the global dokeos file require ('../inc/global.inc.php');