mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-18 23:14:41 +01:00
Often helps to send the required variables to the page that actually makes use of them ...
git-svn-id: file:///svn/phpbb/trunk@2801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3aceae9272
commit
0873f243ca
@ -67,7 +67,7 @@ if ( isset($HTTP_POST_VARS['prune']) )
|
||||
{
|
||||
if ( empty($HTTP_POST_VARS['confirm']) )
|
||||
{
|
||||
$values = array('prune', 'deactivate', 'delete', 'users', 'username', 'email', 'joined_select', 'active_select', 'count_select', 'joined', 'active', 'count');
|
||||
$values = array('prune', 'deactivate', 'delete', 'users', 'username', 'email', 'joined_select', 'active_select', 'count_select', 'joined', 'active', 'count', 'deleteposts');
|
||||
|
||||
$l_message = '<form method="post" action="admin_prune_users.' . $phpEx . $SID . '">' . $lang['Confirm_prune_users'] . '<br /><br /><input class="liteoption" type="submit" name="yes" value="' . $lang['Yes'] . '" /> <input class="liteoption" type="submit" name="no" value="' . $lang['No'] . '" /><input type="hidden" name="confirm" value="1" />';
|
||||
|
||||
@ -153,7 +153,7 @@ if ( isset($HTTP_POST_VARS['prune']) )
|
||||
if ( $where_sql != '' )
|
||||
{
|
||||
$sql = '';
|
||||
if ( !empty($HTTP_POST_VARS['prune']) )
|
||||
if ( !empty($HTTP_POST_VARS['delete']) )
|
||||
{
|
||||
if ( !empty($HTTP_POST_VARS['deleteposts']) )
|
||||
{
|
||||
|
@ -111,7 +111,7 @@ $lang['log_avatar_config'] = 'Altered avatar settings';
|
||||
|
||||
$lang['log_prune_user_deac'] = 'Users Deactivated => %s';
|
||||
$lang['log_prune_user_del_del'] = 'Users Pruned and Posts Deleted => %s';
|
||||
$lang['log_prune_user_del_anon'] = 'Users Pruned and Posts Retained => : %s';
|
||||
$lang['log_prune_user_del_anon'] = 'Users Pruned and Posts Retained => %s';
|
||||
|
||||
//
|
||||
// View log
|
||||
|
Loading…
x
Reference in New Issue
Block a user