mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Small dateformat fix
This commit is contained in:
parent
c89bf3531b
commit
ff0e9a29a9
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ if ($log_rowset) {
|
||||||
'TOPIC_HREF_NEW_S' => url_arg($url, $topic_key, $row['log_topic_id_new']),
|
'TOPIC_HREF_NEW_S' => url_arg($url, $topic_key, $row['log_topic_id_new']),
|
||||||
'TOPIC_TITLE_NEW' => $topic_title_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,
|
'DATETIME_HREF_S' => $datetime_href_s,
|
||||||
'MSG' => $msg,
|
'MSG' => $msg,
|
||||||
'ROW_CLASS' => $row_class,
|
'ROW_CLASS' => $row_class,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue