Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a2f7b6
)
MDL-55364 forum: Combine user picture and user name rows
author
John Okely
<jlokely@gmail.com>
Wed, 2 Aug 2017 02:27:47 +0000
(10:27 +0800)
committer
John Okely
<jlokely@gmail.com>
Wed, 2 Aug 2017 02:27:47 +0000
(10:27 +0800)
mod/forum/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/lib.php
b/mod/forum/lib.php
index
4181eab
..
0f080a9
100644
(file)
--- a/
mod/forum/lib.php
+++ b/
mod/forum/lib.php
@@
-3795,7
+3795,6
@@
function forum_print_discussion_header(&$post, $forum, $group = -1, $datestring
echo '<span class="name">';
// User name
$fullname = fullname($postuser, has_capability('moodle/site:viewfullnames', $modcontext));
- echo '<td class="author">';
echo '<a href="'.$CFG->wwwroot.'/user/view.php?id='.$post->userid.'&course='.$forum->course.'">'.$fullname.'</a>';
echo '</span>';
echo "</td>\n";