git-svn-id: file:///svn/phpbb/trunk@7093 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-02-27 20:03:52 +00:00
parent d5cfa341f3
commit 9b3c2a664e

View file

@ -51,7 +51,9 @@ class acp_main
$action = request_var('action', '');
if ($action && !confirm_box(true))
if ($action)
{
if (!confirm_box(true))
{
switch ($action)
{
@ -90,7 +92,8 @@ class acp_main
)));
}
}
else
{
switch ($action)
{
case 'online':
@ -252,6 +255,8 @@ class acp_main
add_log('admin', 'LOG_RESYNC_POST_MARKING');
break;
}
}
}
// Get forum statistics
$total_posts = $config['num_posts'];