aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-09-21 14:17:15 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-09-21 14:17:15 +0200
commitfcff80783464a065ca454976730d13d85caabbb8 (patch)
tree5feab3bdc4c1361156713cee40e86d31846aa4c4 /phpBB/viewtopic.php
parent281049eafd5b555008cb999b45292b0039e642bb (diff)
parent84decb287599f4335e7c0511e9fde3a8f548ff00 (diff)
downloadforums-fcff80783464a065ca454976730d13d85caabbb8.tar
forums-fcff80783464a065ca454976730d13d85caabbb8.tar.gz
forums-fcff80783464a065ca454976730d13d85caabbb8.tar.bz2
forums-fcff80783464a065ca454976730d13d85caabbb8.tar.xz
forums-fcff80783464a065ca454976730d13d85caabbb8.zip
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 0c2be8c52e..dadbe9a06c 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -2044,6 +2044,7 @@ for ($i = 0, $end = count($post_list); $i < $end; ++$i)
'CONTACT_USER' => $user_cache[$poster_id]['contact_user'],
'POST_DATE' => $user->format_date($row['post_time'], false, ($view == 'print') ? true : false),
+ 'POST_DATE_RFC3339' => gmdate(DATE_RFC3339, $row['post_time']),
'POST_SUBJECT' => $row['post_subject'],
'MESSAGE' => $message,
'SIGNATURE' => ($row['enable_sig']) ? $user_cache[$poster_id]['sig'] : '',