1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

- [mcp] let quickmod work in topic_view

- more logical placement of load/save buttons in posting


git-svn-id: file:///svn/phpbb/trunk@4959 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-08-04 19:19:42 +00:00
parent 07bc2e0231
commit 51a1e1433b
3 changed files with 34 additions and 14 deletions

View File

@@ -347,6 +347,12 @@ if ($mode2)
unset($mode2);
}
// Make sure we are using the correct module
if ($mode == 'approve' || $mode == 'disapprove')
{
$module = 'queue';
}
// Only Moderators can go beyond this point
if ($user->data['user_id'] == ANONYMOUS)
{