mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_log.php
This commit is contained in:
parent
835aecb159
commit
d545179c93
@ -332,7 +332,7 @@ if ($log_rowset)
|
|||||||
'TOPIC_TITLE_NEW' => $topic_title_new,
|
'TOPIC_TITLE_NEW' => $topic_title_new,
|
||||||
|
|
||||||
'DATE' => bb_date($row['log_time'], 'd-M-y', false),
|
'DATE' => bb_date($row['log_time'], 'd-M-y', false),
|
||||||
'TIME' => bb_date($row['log_time'], 'H:i'),
|
'TIME' => bb_date($row['log_time'], 'H:i', false),
|
||||||
'DATETIME_HREF_S' => $datetime_href_s,
|
'DATETIME_HREF_S' => $datetime_href_s,
|
||||||
'MSG' => $msg,
|
'MSG' => $msg,
|
||||||
'ROW_CLASS' => $row_class,
|
'ROW_CLASS' => $row_class,
|
||||||
|
Loading…
Reference in New Issue
Block a user