From bf99ef166fb46514b1a640d55f2b3d7d77d43ea9 Mon Sep 17 00:00:00 2001 From: Rossiani Wijaya Date: Thu, 8 Nov 2012 12:29:42 +0800 Subject: [PATCH] MDL-27824 course categories: remove trailing whitespace --- course/category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/category.php b/course/category.php index 0aa48ba2e3f..54a71586e87 100644 --- a/course/category.php +++ b/course/category.php @@ -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)) {