From 3511c16cfda62199cbf18e0a6fc1f4e4812ae18c Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 29 Aug 2006 04:04:12 +0000 Subject: [PATCH] Minor change to prevent bugs while Ed works on not needing this parameter at all. --- course/format/topics/commands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/format/topics/commands.php b/course/format/topics/commands.php index c166b9cf60..76322c1b40 100644 --- a/course/format/topics/commands.php +++ b/course/format/topics/commands.php @@ -14,7 +14,7 @@ $instanceid = optional_param('instanceId', 0, PARAM_INT); $value = optional_param('value', 0, PARAM_INT); $column = optional_param('column', 0, PARAM_ALPHA); $id = optional_param('id', 0, PARAM_INT); -$summary = optional_param('summary', '', PARAM_ALPHA); +$summary = optional_param('summary', '', PARAM_RAW); $sequence = optional_param('sequence', '', PARAM_SEQUENCE); $visible = optional_param('visible', 0, PARAM_INT); -- 2.39.5