1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-19 07:41:08 +01:00

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
This commit is contained in:
Graham Eames 2006-01-03 15:10:13 +00:00
parent 3cfaa92631
commit 6583da5bf0

View File

@ -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