Merge branch 'MDL-31363_grade_constants' of git://github.com/andyjdavis/moodle

Conflicts:
	lib/grade/constants.php
This commit is contained in:
Eloy Lafuente (stronk7) 2012-02-28 12:37:44 +01:00
commit cee44e2d96

View File

@ -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
/**