From ea21e40440044f376c64b9710779803b9eb8b39e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Nov 2015 17:09:54 -0200 Subject: [PATCH] =?UTF-8?q?Inser=C3=A7=C3=A3o=20da=20preposi=C3=A7=C3=A3o?= =?UTF-8?q?=20'de'=20na=20data=20do=20certificado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.php b/lib.php index 64eca8a..001b93f 100644 --- a/lib.php +++ b/lib.php @@ -1197,7 +1197,7 @@ function certificate_get_date($certificate, $certrecord, $course, $userid = null $suffix = certificate_get_ordinal_number_suffix(userdate($date, '%d')); $certificatedate = userdate($date, '%B %d' . $suffix . ', %Y'); } else if ($certificate->datefmt == 3) { - $certificatedate = userdate($date, '%d %B %Y'); + $certificatedate = userdate($date, '%d de %B de %Y'); } else if ($certificate->datefmt == 4) { $certificatedate = userdate($date, '%B %Y'); } else if ($certificate->datefmt == 5) {