From 11ce79b05ddf351161bb7e5fb0a7e4e6cbf1be81 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 20 Feb 2012 12:17:33 +0100 Subject: [PATCH] MDL-30999 whitespace fix --- lib/grade/grade_object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grade/grade_object.php b/lib/grade/grade_object.php index 58dfcd92b5b..5c7e6ada924 100644 --- a/lib/grade/grade_object.php +++ b/lib/grade/grade_object.php @@ -413,7 +413,7 @@ abstract class grade_object { /** * Check grade object hidden status * - * @return bool True if a "hidden until" timestamp is set, false if grade object is set to always visible or always hidden. + * @return bool True if a "hidden until" timestamp is set, false if grade object is set to always visible or always hidden. */ function is_hiddenuntil() { return $this->hidden > 1;