From e2adaaf788927213fcc400c1346084e79ff91ef5 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 5 Feb 2013 16:07:08 +0800 Subject: [PATCH] MDL-30062 - Fix whitespace --- course/externallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/externallib.php b/course/externallib.php index d5cbe11292f..a7277f4bf74 100644 --- a/course/externallib.php +++ b/course/externallib.php @@ -662,7 +662,7 @@ class core_course_external extends external_api { 'visible' => new external_value(PARAM_INT, '1: available to student, 0:not available', VALUE_OPTIONAL), 'hiddensections' => new external_value(PARAM_INT, - '(deprecated, use courseformatoptions) How the hidden sections in the course are + '(deprecated, use courseformatoptions) How the hidden sections in the course are displayed to students', VALUE_OPTIONAL), 'groupmode' => new external_value(PARAM_INT, 'no group, separate, visible', VALUE_OPTIONAL), 'groupmodeforce' => new external_value(PARAM_INT, '1: yes, 0: no', VALUE_OPTIONAL),