Skip to content

Commit 3ea6ce7

Browse files
authored
Update lib.php
See remotelearner#59 and remotelearner#60
1 parent 83db68a commit 3ea6ce7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib.php

-3
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,7 @@ function block_grade_me_tree($course) {
219219
<span class="sr-only">' . $submissiontitle . '</span>
220220
</a>';
221221
$text .= '<div class="gradable-wrap">';
222-
$text .= '<a class="gradable-user" href="' . $CFG->wwwroot . '/user/view.php?id=' . $userid
223-
. '&amp;course=' . $courseid . '" title="' . $userprofiletitle . '">';
224222
$text .= $userfirstlast;
225-
$text .= '</a>';
226223
$text .= '<div class="gradable-date">' . userdate($timesubmitted, $datetimestring) . '</div>';
227224
$text .= '</div>';
228225
$text .= '</li>' . "\n"; // End gradable.

0 commit comments

Comments
 (0)