Small dateformat fix

This commit is contained in:
Roman Kelesidis 2023-07-04 11:49:26 +07:00
commit ff0e9a29a9

View file

@ -281,7 +281,7 @@ if ($log_rowset) {
'TOPIC_HREF_NEW_S' => url_arg($url, $topic_key, $row['log_topic_id_new']),
'TOPIC_TITLE_NEW' => $topic_title_new,
'DATETIME' => bb_date($row['log_time'], 'H:i d-M-Y'),
'DATETIME' => bb_date($row['log_time'], 'd-M-y H:i'),
'DATETIME_HREF_S' => $datetime_href_s,
'MSG' => $msg,
'ROW_CLASS' => $row_class,