From 2e291dfa51f64f0eaab2443f7609ea6f1a038cc3 Mon Sep 17 00:00:00 2001 From: scyrma Date: Thu, 6 Mar 2008 08:02:09 +0000 Subject: [PATCH] =?UTF-8?q?MDL-12860=20-=20Patch=20from=20Joseph=20R=C3=A9?= =?UTF-8?q?zeau,=20to=20fix=20a=20problem=20in=20the=20display=20of=20less?= =?UTF-8?q?on=20result=20when=20using=20regexp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mod/lesson/action/continue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/action/continue.php b/mod/lesson/action/continue.php index 18e73edb676..e23fc86d369 100644 --- a/mod/lesson/action/continue.php +++ b/mod/lesson/action/continue.php @@ -187,7 +187,7 @@ break; // quit answer analysis immediately after a match has been found } } - $studentanswer = s($useranswer); + $studentanswer = $useranswer; break; case LESSON_TRUEFALSE :