aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-04 00:54:57 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-04 00:54:57 +0000
commitb8870fee0188f77aa204dbbee46fd9d394fcda4a (patch)
treec17d6b790b72b9985e4f704198671b1dbb238732
parent7313f147f90ba46281ff5c560161ee70ea5959e0 (diff)
downloadforums-b8870fee0188f77aa204dbbee46fd9d394fcda4a.tar
forums-b8870fee0188f77aa204dbbee46fd9d394fcda4a.tar.gz
forums-b8870fee0188f77aa204dbbee46fd9d394fcda4a.tar.bz2
forums-b8870fee0188f77aa204dbbee46fd9d394fcda4a.tar.xz
forums-b8870fee0188f77aa204dbbee46fd9d394fcda4a.zip
Remember to change all commented out lines for CVS version ... doh
git-svn-id: file:///svn/phpbb/trunk@425 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/admin/forumauth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/admin/forumauth.php b/phpBB/admin/forumauth.php
index bfbd71c2d8..3ea5edaaff 100644
--- a/phpBB/admin/forumauth.php
+++ b/phpBB/admin/forumauth.php
@@ -37,8 +37,8 @@ $forum_auth_const = array(AUTH_ALL, AUTH_REG, AUTH_ACL, AUTH_MOD, AUTH_ADMIN);
if(isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]))
{
$forum_id = (isset($HTTP_POST_VARS[POST_FORUM_URL])) ? $HTTP_POST_VARS[POST_FORUM_URL] : $HTTP_GET_VARS[POST_FORUM_URL];
- $forum_sql = "WHERE forum_id = $forum_id";
-// $forum_sql = "AND f.forum_id = $forum_id";
+// $forum_sql = "WHERE forum_id = $forum_id";
+ $forum_sql = "AND f.forum_id = $forum_id";
}
else
{