mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-31363_grade_constants' of git://github.com/andyjdavis/moodle
Conflicts: lib/grade/constants.php
This commit is contained in:
commit
cee44e2d96
@ -202,11 +202,6 @@ define('GRADE_REPORT_AGGREGATION_POSITION_FIRST', 0);
|
||||
*/
|
||||
define('GRADE_REPORT_AGGREGATION_POSITION_LAST', 1);
|
||||
|
||||
// These constants dont seem to be in use (MDL-31363)
|
||||
define('GRADE_REPORT_AGGREGATION_VIEW_FULL', 0);
|
||||
define('GRADE_REPORT_AGGREGATION_VIEW_AGGREGATES_ONLY', 1);
|
||||
define('GRADE_REPORT_AGGREGATION_VIEW_GRADES_ONLY', 2);
|
||||
|
||||
// What to do if category or course total contains a hidden item
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user