MDL-30999 whitespace fix

This commit is contained in:
Eloy Lafuente (stronk7)
2012-02-20 12:17:33 +01:00
parent a4d7604977
commit 11ce79b05d
+1 -1
View File
@@ -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;