mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-45512 comments: Added full date to comment details.
This commit is contained in:
parent
2ba0565d7d
commit
556a760d0c
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ class comment {
|
|||
$c->content = $u->ccontent;
|
||||
$c->format = $u->cformat;
|
||||
$c->timecreated = $u->ctimecreated;
|
||||
$c->strftimeformat = get_string('strftimerecent', 'langconfig');
|
||||
$c->strftimeformat = get_string('strftimerecentfull', 'langconfig');
|
||||
$url = new moodle_url('/user/view.php', array('id'=>$u->id, 'course'=>$this->courseid));
|
||||
$c->profileurl = $url->out(false); // URL should not be escaped just yet.
|
||||
$c->fullname = fullname($u);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue