From 9f01047ae98816a615765e56d2eae0efafb4dc54 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 22 Sep 2007 18:50:46 +0000 Subject: [PATCH] MDL-11363 minor doc improvement --- lib/grade/grade_object.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/grade/grade_object.php b/lib/grade/grade_object.php index 99f2371f5f..9b5ce981d8 100644 --- a/lib/grade/grade_object.php +++ b/lib/grade/grade_object.php @@ -62,7 +62,8 @@ class grade_object { /** * Constructor. Optionally (and by default) attempts to fetch corresponding row from DB. * @param array $params an array with required parameters for this grade object. - * @param boolean $fetch Whether to fetch corresponding row from DB or not. + * @param boolean $fetch Whether to fetch corresponding row from DB or not, + * optional fields might not be defined if false used */ function grade_object($params=NULL, $fetch=true) { if (!empty($params) and (is_array($params) or is_object($params))) { -- 2.39.5