Răsfoiți Sursa

[svn r12791] real fix for http://www.dokeos.com/forum/viewtopic.php?t=11084

Patrick Cool 17 ani în urmă
părinte
comite
d9fff8d6ed
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      main/survey/fillsurvey.php

+ 3 - 0
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');