]> git.mjollnir.org Git - moodle.git/commitdiff
Minor change to prevent bugs while Ed works on not needing this parameter at all.
authormoodler <moodler>
Tue, 29 Aug 2006 04:04:12 +0000 (04:04 +0000)
committermoodler <moodler>
Tue, 29 Aug 2006 04:04:12 +0000 (04:04 +0000)
course/format/topics/commands.php

index c166b9cf60616a6ef31a31e042eb6eadfc7dacbf..76322c1b402a60086b2d3e4b52cb74d7d1e62c19 100644 (file)
@@ -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);