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
(from parent 1:
6ce4b8e
)
MDL-46986 mod_assign: Remove duplicate column identifier
author
Simey Lameze
<simey@moodle.com>
Fri, 7 Nov 2014 01:19:18 +0000
(09:19 +0800)
committer
Simey Lameze
<simey@moodle.com>
Fri, 7 Nov 2014 01:19:18 +0000
(09:19 +0800)
mod/assign/gradingtable.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/assign/gradingtable.php
b/mod/assign/gradingtable.php
index
0745973
..
08552f2
100644
(file)
--- a/
mod/assign/gradingtable.php
+++ b/
mod/assign/gradingtable.php
@@
-265,11
+265,6
@@
class assign_grading_table extends table_sql implements renderable {
$headers[] = get_string('recordid', 'assign');
}
- if ($this->hasviewblind) {
- $columns[] = 'recordid';
- $headers[] = get_string('recordid', 'assign');
- }
-
// Submission status.
if ($assignment->is_any_submission_plugin_enabled()) {
$columns[] = 'status';