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:
47f084c
)
MDL-49324 grades: Remove old variable usage
author
Andrew Nicols
<andrew@nicols.co.uk>
Fri, 29 Jan 2016 07:03:57 +0000
(15:03 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Wed, 24 Feb 2016 06:39:10 +0000
(14:39 +0800)
grade/export/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/export/lib.php
b/grade/export/lib.php
index
0057ce3
..
755fa8a
100644
(file)
--- a/
grade/export/lib.php
+++ b/
grade/export/lib.php
@@
-700,6
+700,6
@@
class grade_export_update_buffer {
*/
function export_verify_grades($courseid) {
if (grade_needs_regrade_final_grades($courseid)) {
- throw new moodle_exception('gradesneedregrading', 'grades'
, '', implode(', ', array_unique($regraderesult))
);
+ throw new moodle_exception('gradesneedregrading', 'grades');
}
}