]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed errors in refactoring ( rev2)
authorcap2501 <cap2501>
Tue, 29 Aug 2006 01:38:58 +0000 (01:38 +0000)
committercap2501 <cap2501>
Tue, 29 Aug 2006 01:38:58 +0000 (01:38 +0000)
course/format/topics/commands.php

index 95453b2b8666663b437a8caba23bbf54c21b1aa4..148a387eca6ba5076aed527f805d5d4b0fc0f1f2 100644 (file)
@@ -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);