From 033029bb074db154d1a9f9d6fca8ff157cf728f4 Mon Sep 17 00:00:00 2001 From: "M@dD3n" Date: Wed, 2 Oct 2019 12:38:11 +0300 Subject: [PATCH] Fixes --- functions/func.parserequest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/func.parserequest.php b/functions/func.parserequest.php index bf813d1..67f3fb6 100755 --- a/functions/func.parserequest.php +++ b/functions/func.parserequest.php @@ -572,8 +572,8 @@ $item = str_replace('[tag:doctitle]', stripslashes(htmlspecialchars_decode($row->document_title)), $item); $item = str_replace('[tag:docparent]', $row->document_parent, $item); $item = str_replace('[tag:doclang]', $row->document_lang, $item); - $item = str_replace('[tag:docdate]', pretty_date(strftime(DATE_FORMAT, $row->document_published)), $item); - $item = str_replace('[tag:doctime]', pretty_date(strftime(TIME_FORMAT, $row->document_published)), $item); + $item = str_replace('[tag:docdate]', translate_date(strftime(DATE_FORMAT, $row->document_published)), $item); + $item = str_replace('[tag:doctime]', translate_date(strftime(TIME_FORMAT, $row->document_published)), $item); $item = str_replace('[tag:humandate]', human_date($row->document_published), $item); $item = preg_replace_callback('/\[tag:date:([a-zA-Z0-9-. \/]+)\]/',