aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/mcp.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-01-03 15:10:13 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-01-03 15:10:13 +0000
commit6583da5bf03f563b97047871d60ed3ae70af69d0 (patch)
tree36f6309c024642b4cd52bf44ec194a59cf1dfa84 /phpBB/mcp.php
parent3cfaa9263151ffee6c89ff0e8094097fbe152a42 (diff)
downloadforums-6583da5bf03f563b97047871d60ed3ae70af69d0.tar
forums-6583da5bf03f563b97047871d60ed3ae70af69d0.tar.gz
forums-6583da5bf03f563b97047871d60ed3ae70af69d0.tar.bz2
forums-6583da5bf03f563b97047871d60ed3ae70af69d0.tar.xz
forums-6583da5bf03f563b97047871d60ed3ae70af69d0.zip
And as if by magoc they are hidden (a minor change I missed commiting before Christmas)
git-svn-id: file:///svn/phpbb/trunk@5421 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r--phpBB/mcp.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index e1f1b0662f..cbb8b4a4a1 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -153,7 +153,7 @@ if (!$quickmod)
if (!$post_id)
{
$module->set_display('post_details', false);
- $module->set_display('post', false);
+ $module->set_display('warn_post', false);
}
if (!$topic_id)
{
@@ -166,6 +166,7 @@ if (!$quickmod)
if (!$user_id && $username == '')
{
$module->set_display('user_notes', false);
+ $module->set_display('warn_user', false);
}
// Load and execute the relevant module