From fce786b146f026c08f7f17510738f671b06e3541 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 4 Jun 2006 23:01:13 +0000 Subject: [PATCH] Bug #5721 - students cannot take quiz when course language set to French; merged from MOODLE_16_STABLE --- mod/quiz/view_js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/view_js.php b/mod/quiz/view_js.php index fe4abd037b..2d31ed3885 100644 --- a/mod/quiz/view_js.php +++ b/mod/quiz/view_js.php @@ -16,7 +16,7 @@ if (!empty($CFG->usesid) && !isset($_COOKIE[session_name()])) { -- 2.39.5