--- moodle_19_stable/blocks/admin/block_admin.php	2008-01-31 11:02:53.000000000 +1300
+++ mdl19-local/blocks/admin/block_admin.php	2008-01-31 11:10:38.000000000 +1300
@@ -73,9 +73,7 @@
     /// find all accessible reports
         if ($course->id !== SITEID) {
             $reportavailable = false;
-            if (has_capability('moodle/grade:viewall', $context)) {
-                $reportavailable = true;
-            } elseif (!empty($course->showgrades)) {
+            if (!empty($course->showgrades)) {
                 if ($reports = get_list_of_plugins('grade/report')) {     // Get all installed reports
                     arsort($reports); // user is last, we want to test it first
                     foreach ($reports as $plugin) {
