# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/grade/edit/tree/action.php
--- moodle/grade/edit/tree/action.php Base (1.5.2.1)
+++ moodle/grade/edit/tree/action.php Locally Modified (Based On 1.5.2.1)
Index: moodle/grade/report/grader/lib.php
--- moodle/grade/report/grader/lib.php Base (1.98.2.68)
+++ moodle/grade/report/grader/lib.php Locally Modified (Based On 1.98.2.68)
@@ -1174,9 +1174,9 @@
                 }
                 $avghtml .= '<th class="header c0 range" '.$colspan.' scope="row">'.$straverage.'</th>';
             }
-            if (has_capability('gradereport/'.$CFG->grade_profilereport.':view', $this->context)) {
-                $avghtml .= '<th class="header userreport"></th>';
-            }
+            //if (has_capability('gradereport/'.$CFG->grade_profilereport.':view', $this->context)) {
+            //    $avghtml .= '<th class="header userreport"></th>';
+            //}
 
             foreach ($this->gtree->items as $itemid=>$unused) {
                 $item =& $this->gtree->items[$itemid];
