diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-02 17:24:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-02 17:24:56 +0000 |
commit | cda8083ba73d8884780a3e802b32b0441d2170b0 (patch) | |
tree | 3cd58211ccc477dd3fdde2047721877c623e3723 /phpBB/viewtopic.php | |
parent | 83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (diff) | |
download | forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.gz forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.bz2 forums-cda8083ba73d8884780a3e802b32b0441d2170b0.tar.xz forums-cda8083ba73d8884780a3e802b32b0441d2170b0.zip |
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@8075 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 0aa06721eb..e608baadd8 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1090,7 +1090,6 @@ while ($row = $db->sql_fetchrow($result)) } } $db->sql_freeresult($result); -unset($today); // Load custom profile fields if ($config['load_cpf_viewtopic']) |