]> git.mjollnir.org Git - moodle.git/commitdiff
fixed whitespace
authorskodak <skodak>
Fri, 5 Oct 2007 14:31:57 +0000 (14:31 +0000)
committerskodak <skodak>
Fri, 5 Oct 2007 14:31:57 +0000 (14:31 +0000)
grade/report/grader/lib.php

index 497d55350939aeac7818c7f7f04f7068eb22b5fe..4c151b74b72dca10c530b9abf1e37fac536d35f2 100644 (file)
@@ -625,7 +625,8 @@ class grade_report_grader extends grade_report {
                 // Hide grades in the grader report if the current grader doesn't have 'moodle/grade:viewhidden'
                 if ($grade->is_hidden() && !$canviewhidden) {
                     if (isset($grade->finalgrade)) {
-                        $studentshtml .= '<td class="cell c'.$columncount++.'">'.userdate($grade->timecreated,get_string('strftimedatetimeshort')).'</td>';                  } else {
+                        $studentshtml .= '<td class="cell c'.$columncount++.'">'.userdate($grade->timecreated,get_string('strftimedatetimeshort')).'</td>';
+                    } else {
                         $studentshtml .= '<td class="cell c'.$columncount++.'">-</td>';
                     }
                     continue;