From 82bf496e9c69546b3aae76ce26c880d4416cab16 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 28 Jun 2007 19:18:52 +0000 Subject: [PATCH] MDL-10224 finishing the commit, grrr --- lib/db/install.xml | 15 ++++++--------- lib/grade/grade_item.php | 6 ++---- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/lib/db/install.xml b/lib/db/install.xml index 9764f4b9e0..7c7c020419 100644 --- a/lib/db/install.xml +++ b/lib/db/install.xml @@ -1,5 +1,5 @@ - @@ -1280,7 +1280,7 @@ - + @@ -1322,10 +1322,9 @@ - - - - + + + @@ -1335,9 +1334,7 @@ - - - +
diff --git a/lib/grade/grade_item.php b/lib/grade/grade_item.php index 8869b29d7c..4c38ed05ca 100644 --- a/lib/grade/grade_item.php +++ b/lib/grade/grade_item.php @@ -964,8 +964,7 @@ class grade_item extends grade_object { /** * Returns the sortorder of this grade_item. This method is also available in - * grade_category, for cases where the object type is not know. It will act as a virtual - * variable for a grade_category. + * grade_category, for cases where the object type is not know. * @return int Sort order */ function get_sortorder() { @@ -974,8 +973,7 @@ class grade_item extends grade_object { /** * Sets the sortorder of this grade_item. This method is also available in - * grade_category, for cases where the object type is not know. It will act as a virtual - * variable for a grade_category. + * grade_category, for cases where the object type is not know. * @param int $sortorder * @return void */ -- 2.39.5