aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-07-13 00:01:37 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-07-13 00:01:37 +0200
commit91fd6df4308583c570dd7710d80a142a84c106aa (patch)
tree363ad0ff29c8ccf0ce52d402426cfca9c5a850a1 /phpBB/viewtopic.php
parentdb352c17f8ce7e0abb06d6c71755ae2d9fd4c58d (diff)
downloadforums-91fd6df4308583c570dd7710d80a142a84c106aa.tar
forums-91fd6df4308583c570dd7710d80a142a84c106aa.tar.gz
forums-91fd6df4308583c570dd7710d80a142a84c106aa.tar.bz2
forums-91fd6df4308583c570dd7710d80a142a84c106aa.tar.xz
forums-91fd6df4308583c570dd7710d80a142a84c106aa.zip
[ticket/10243] Call phpbb_gmgetdate() from various places.
PHPBB3-10243
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 08e82591de..3f73fe356a 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -995,7 +995,7 @@ $sql = $db->sql_build_query('SELECT', array(
$result = $db->sql_query($sql);
-$now = getdate(time() + $user->timezone + $user->dst - date('Z'));
+$now = phpbb_gmgetdate(time() + $user->timezone + $user->dst);
// Posts are stored in the $rowset array while $attach_list, $user_cache
// and the global bbcode_bitfield are built