From: cap2501 Date: Tue, 29 Aug 2006 01:38:58 +0000 (+0000) Subject: Fixed errors in refactoring ( rev2) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5281e0ab2a40c69242fb3cc7f1a3ebfabab3e860;p=moodle.git Fixed errors in refactoring ( rev2) --- 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);