MDL-45512 comments: Added full date to comment details.

This commit is contained in:
Adrian Greeve 2014-05-13 10:29:24 +08:00
parent c1ed254643
commit 6f1b3e9f38

View File

@ -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(true);
$c->fullname = fullname($u);