# 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/report/grader/index.php
--- moodle/grade/report/grader/index.php Base (1.65.2.21)
+++ moodle/grade/report/grader/index.php Locally Modified (Based On 1.65.2.21)
@@ -197,6 +197,7 @@
 YAHOO.namespace("graderreport");
 
 function init() {
+    /* MDL-21088
     // Adjust height of header c0
     //"heading_name_row" only exists if static students column is turned on
     var rows = YAHOO.util.Dom.getElementsByClassName('heading_name_row');
@@ -211,7 +212,7 @@
                 YAHOO.util.Dom.setStyle('studentheader', 'height', height + 'px');
             }
         }
-    }
+    }*/
 
     // attach event listener to the table for mouseover and mouseout
     var table = document.getElementById('user-grades');
