aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-03-17 22:17:35 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-03-17 22:17:35 +0000
commitafba17e5620891c54b606e218163a5845262bada (patch)
treee20a3f01fbbd7ae73c50ef75268e41147610e45c /phpBB/includes/functions.php
parentb7ef95ed091580df66da23fc1bca403758645fc3 (diff)
downloadforums-afba17e5620891c54b606e218163a5845262bada.tar
forums-afba17e5620891c54b606e218163a5845262bada.tar.gz
forums-afba17e5620891c54b606e218163a5845262bada.tar.bz2
forums-afba17e5620891c54b606e218163a5845262bada.tar.xz
forums-afba17e5620891c54b606e218163a5845262bada.zip
meh
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8437 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 69a9cd5fcc..6d05ddabe5 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3109,7 +3109,7 @@ function obtain_guest_count($forum_id = 0)
if ($forum_id)
{
- $reading_sql = ' AND s.session_forum_id = ' . (int) $f;
+ $reading_sql = ' AND s.session_forum_id = ' . (int) $forum_id;
}
else
{