diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-06 05:52:49 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-06 05:52:49 +0000 |
commit | 89f1b88fe15da4fc8c25f456ef594f20a5357476 (patch) | |
tree | 286b1fbdd7bfd2e7a5ddbd6f363e8d8dc478516a /phpBB/viewtopic.php | |
parent | 9a7804cb717850afe209c347b05b957b72d866fb (diff) | |
download | forums-89f1b88fe15da4fc8c25f456ef594f20a5357476.tar forums-89f1b88fe15da4fc8c25f456ef594f20a5357476.tar.gz forums-89f1b88fe15da4fc8c25f456ef594f20a5357476.tar.bz2 forums-89f1b88fe15da4fc8c25f456ef594f20a5357476.tar.xz forums-89f1b88fe15da4fc8c25f456ef594f20a5357476.zip |
merge r8970 and r8971
git-svn-id: file:///svn/phpbb/trunk@8972 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a0b32b2def..307a8c0854 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -181,7 +181,7 @@ $sql_array = array( 'FROM' => array(FORUMS_TABLE => 'f'), ); -// The FROM-Order is quite important here, else t.* columns can not be correctly bound. +// The FROM-Order is quite important here, else t.* columns can not be correctly bound. if ($post_id) { $sql_array['FROM'][POSTS_TABLE] = 'p'; |