Update privmsg.php

This commit is contained in:
Roman Kelesidis 2024-06-15 12:15:50 +07:00
parent 3af484dd62
commit 4061cb37ba

View File

@ -1662,6 +1662,7 @@ else
'FROM' => $msg_user, 'FROM' => $msg_user,
'SUBJECT' => htmlCHR($msg_subject), 'SUBJECT' => htmlCHR($msg_subject),
'DATE' => $msg_date, 'DATE' => $msg_date,
'DATE_RAW' => $row['privmsgs_date'],
'PRIVMSG_FOLDER_IMG' => $icon_flag, 'PRIVMSG_FOLDER_IMG' => $icon_flag,