From 5281e0ab2a40c69242fb3cc7f1a3ebfabab3e860 Mon Sep 17 00:00:00 2001 From: cap2501 Date: Tue, 29 Aug 2006 01:38:58 +0000 Subject: [PATCH] Fixed errors in refactoring ( rev2) --- 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 95453b2b86..148a387eca 100644 --- a/course/format/topics/commands.php +++ b/course/format/topics/commands.php @@ -12,7 +12,7 @@ $field = required_param('field', PARAM_ALPHA); $instanceid = optional_param('instanceId', 0, PARAM_INT); $value = optional_param('value', 0, PARAM_INT); -$column = optional_param('weight', 0, PARAM_ALPHA); +$column = optional_param('column', 0, PARAM_ALPHA); $id = optional_param('id', 0, PARAM_INT); $summary = optional_param('summary', '', PARAM_INT); $sequence = optional_param('sequence', '', PARAM_INT); -- 2.39.5