MDL-27824 course categories: remove trailing whitespace

This commit is contained in:
Rossiani Wijaya
2012-11-08 12:29:42 +08:00
parent 929cdf06de
commit d9b87135cb

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)) {