From: skodak Date: Mon, 29 Oct 2007 20:25:09 +0000 (+0000) Subject: MDL-11954 grader report links to profiles from the same course X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8f2ddadac4855e51a1fb102a01c3f2fda2d318b5;p=moodle.git MDL-11954 grader report links to profiles from the same course --- diff --git a/grade/report/grader/lib.php b/grade/report/grader/lib.php index 370787d8da..18f3f502bb 100644 --- a/grade/report/grader/lib.php +++ b/grade/report/grader/lib.php @@ -660,9 +660,9 @@ class grade_report_grader extends grade_report { $user_pic = '
' . print_user_picture($user->id, $this->courseid, true, 0, true) . '
'; } - $studentshtml .= '' . $user_pic - . '' . fullname($user) . ''; + $studentshtml .= ''.$user_pic + .'' + .fullname($user).''; foreach ($this->gtree->items as $itemid=>$unused) { $item =& $this->gtree->items[$itemid];