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) if (!$post_id)
{ {
$module->set_display('post_details', false); $module->set_display('post_details', false);
$module->set_display('post', false); $module->set_display('warn_post', false);
} }
if (!$topic_id) if (!$topic_id)
{ {
@ -166,6 +166,7 @@ if (!$quickmod)
if (!$user_id && $username == '') if (!$user_id && $username == '')
{ {
$module->set_display('user_notes', false); $module->set_display('user_notes', false);
$module->set_display('warn_user', false);
} }
// Load and execute the relevant module // Load and execute the relevant module