MDL-46986 mod_assign: Remove duplicate column identifier
authorSimey Lameze <simey@moodle.com>
Fri, 7 Nov 2014 01:19:18 +0000 (09:19 +0800)
committerSimey Lameze <simey@moodle.com>
Fri, 7 Nov 2014 01:19:18 +0000 (09:19 +0800)
mod/assign/gradingtable.php

index 0745973..08552f2 100644 (file)
@@ -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';