From d63545d8e86f52e704936fbbe786a4deaa4b07cd Mon Sep 17 00:00:00 2001 From: cap2501 Date: Tue, 29 Aug 2006 02:34:35 +0000 Subject: [PATCH] Fixed errors in refactoring ( rev4, almost there) --- 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 8eeda4d4b4..c166b9cf60 100644 --- a/course/format/topics/commands.php +++ b/course/format/topics/commands.php @@ -15,7 +15,7 @@ $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); -$sequence = optional_param('sequence', '', PARAM_ALPHANUM); +$sequence = optional_param('sequence', '', PARAM_SEQUENCE); $visible = optional_param('visible', 0, PARAM_INT); // Authorise the user and verify some incoming data -- 2.39.5