Skip to content

Commit

Permalink
MDL-18402 Merged from MOODLE_19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Mar 23, 2009
1 parent 82701e2 commit 9fb1634
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/grade/grade_item.php
Expand Up @@ -1894,6 +1894,12 @@ public function get_decimals() {
}
}

/**
* Returns a string representing the range of grademin - grademax for this grade item.
* @param int $rangesdisplaytype
* @param int $rangesdecimalpoints
* @return string
*/
function get_formatted_range($rangesdisplaytype=null, $rangesdecimalpoints=null) {

global $USER;
Expand Down

0 comments on commit 9fb1634

Please sign in to comment.