mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
test new syncmail version...
git-svn-id: file:///svn/phpbb/trunk@5585 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4bcfafdc64
commit
4bca9f448e
1 changed files with 5 additions and 1 deletions
|
@ -154,20 +154,24 @@ if (!$post_id)
|
||||||
$module->set_display('main', 'post_details', false);
|
$module->set_display('main', 'post_details', false);
|
||||||
$module->set_display('warn', 'warn_post', false);
|
$module->set_display('warn', 'warn_post', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$topic_id)
|
if (!$topic_id)
|
||||||
{
|
{
|
||||||
$module->set_display('main', 'topic_view', false);
|
$module->set_display('main', 'topic_view', false);
|
||||||
$module->set_display('logs', 'topic_logs', false);
|
$module->set_display('logs', 'topic_logs', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$topic_id && !$post_id)
|
if (!$topic_id && !$post_id)
|
||||||
{
|
{
|
||||||
$module->set_display('queue', 'approve_details', false);
|
$module->set_display('queue', 'approve_details', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$forum_id)
|
if (!$forum_id)
|
||||||
{
|
{
|
||||||
$module->set_display('main', 'forum_view', false);
|
$module->set_display('main', 'forum_view', false);
|
||||||
$module->set_display('logs', 'forum_logs', false);
|
$module->set_display('logs', 'forum_logs', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$user_id && $username == '')
|
if (!$user_id && $username == '')
|
||||||
{
|
{
|
||||||
$module->set_display('notes', 'user_notes', false);
|
$module->set_display('notes', 'user_notes', false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue