From 6f1b3e9f3871e8f87eedad73fc518c0b7dddedaa Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Tue, 13 May 2014 10:29:24 +0800 Subject: [PATCH] MDL-45512 comments: Added full date to comment details. --- comment/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comment/lib.php b/comment/lib.php index 443382fa557..43ce4785dfc 100644 --- a/comment/lib.php +++ b/comment/lib.php @@ -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);