diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-03-17 22:17:35 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-03-17 22:17:35 +0000 |
commit | afba17e5620891c54b606e218163a5845262bada (patch) | |
tree | e20a3f01fbbd7ae73c50ef75268e41147610e45c /phpBB/includes/functions.php | |
parent | b7ef95ed091580df66da23fc1bca403758645fc3 (diff) | |
download | forums-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.php | 2 |
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 { |