Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dde394
)
MDL-31363 grade: removed 3 constants that are not being used anywhere
author
Andrew Davis
<andrew@moodle.com>
Thu, 23 Feb 2012 01:51:19 +0000
(08:51 +0700)
committer
Andrew Davis
<andrew@moodle.com>
Thu, 23 Feb 2012 01:51:19 +0000
(08:51 +0700)
lib/grade/constants.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/grade/constants.php
b/lib/grade/constants.php
index
f26390c
..
8830fc6
100644
(file)
--- a/
lib/grade/constants.php
+++ b/
lib/grade/constants.php
@@
-68,9
+68,6
@@
define('GRADE_DISPLAY_TYPE_PERCENTAGE_REAL', 21);
define('GRADE_REPORT_AGGREGATION_POSITION_FIRST', 0);
define('GRADE_REPORT_AGGREGATION_POSITION_LAST', 1);
-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
define('GRADE_REPORT_HIDE_TOTAL_IF_CONTAINS_HIDDEN', 0);//hide the total from students