MDL-27824 course categories: remove trailing whitespace

This commit is contained in:
Rossiani Wijaya
2012-11-08 12:33:20 +08:00
parent 992d263ac5
commit bf99ef166f
+1 -1
View File
@@ -40,7 +40,7 @@ $moveto = optional_param('moveto', 0, PARAM_INT);
$resort = optional_param('resort', 0, PARAM_BOOL);
$sesskey = optional_param('sesskey', '', PARAM_RAW);
// MDL-27824 - This is a temporary fix until we have the proper
// MDL-27824 - This is a temporary fix until we have the proper
// way to check/initialize $CFG value.
// @todo MDL-35138 remove this temporary solution
if (!empty($CFG->coursesperpage)) {