diff --git a/CHANGELOG.md b/CHANGELOG.md index 2610eeedb..fe01f8d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ - Some security enhancements (Part 2) [\#1505](https://github.com/torrentpier/torrentpier/pull/1505) ([belomaxorka](https://github.com/belomaxorka)) - Some improvements for integrity checker [\#1501](https://github.com/torrentpier/torrentpier/pull/1501) ([belomaxorka](https://github.com/belomaxorka)) - Hide vote button in topic if guest [\#1507](https://github.com/torrentpier/torrentpier/pull/1507) ([belomaxorka](https://github.com/belomaxorka)) -- Minor improvements [\#1502](https://github.com/torrentpier/torrentpier/pull/1502), [\#1506](https://github.com/torrentpier/torrentpier/pull/1506), [\#1509](https://github.com/torrentpier/torrentpier/pull/1509), [\#1511](https://github.com/torrentpier/torrentpier/pull/1511) ([belomaxorka](https://github.com/belomaxorka)) -- New Crowdin updates [\#1504](https://github.com/torrentpier/torrentpier/pull/1504) ([Exileum](https://github.com/Exileum)) +- Minor improvements [\#1502](https://github.com/torrentpier/torrentpier/pull/1502), [\#1506](https://github.com/torrentpier/torrentpier/pull/1506), [\#1509](https://github.com/torrentpier/torrentpier/pull/1509), [\#1511](https://github.com/torrentpier/torrentpier/pull/1511), [\#1515](https://github.com/torrentpier/torrentpier/pull/1515) ([belomaxorka](https://github.com/belomaxorka)) +- New Crowdin updates [\#1504](https://github.com/torrentpier/torrentpier/pull/1504), [\#1513](https://github.com/torrentpier/torrentpier/pull/1513) ([Exileum](https://github.com/Exileum)) ## [v2.4.3](https://github.com/torrentpier/torrentpier/tree/v2.4.3) (2024-06-09) [Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.2...v2.4.3) diff --git a/privmsg.php b/privmsg.php index 4061abff1..8f657327a 100644 --- a/privmsg.php +++ b/privmsg.php @@ -1401,6 +1401,7 @@ if ($mode == 'read') { 'FROM' => $msg_user, 'SUBJECT' => htmlCHR($msg_subject), 'DATE' => $msg_date, + 'DATE_RAW' => $row['privmsgs_date'], 'PRIVMSG_FOLDER_IMG' => $icon_flag, 'L_PRIVMSG_FOLDER_ALT' => $icon_flag_alt, diff --git a/styles/templates/default/privmsgs.tpl b/styles/templates/default/privmsgs.tpl index d4b27c5f4..bfe9de17d 100644 --- a/styles/templates/default/privmsgs.tpl +++ b/styles/templates/default/privmsgs.tpl @@ -69,7 +69,7 @@