Minor improvements (#826)

This commit is contained in:
Roman Kelesidis 2023-07-01 16:14:05 +07:00 committed by GitHub
commit c89bf3531b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -281,8 +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,
'DATE' => bb_date($row['log_time'], 'j-M'),
'TIME' => bb_date($row['log_time'], 'H:i'),
'DATETIME' => bb_date($row['log_time'], 'H:i d-M-Y'),
'DATETIME_HREF_S' => $datetime_href_s,
'MSG' => $msg,
'ROW_CLASS' => $row_class,