From 0873f243cae32e0dc639fe6e3413dd2b7f820ee0 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 1 Aug 2002 14:39:50 +0000 Subject: 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 --- phpBB/admin/admin_prune_users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/admin/admin_prune_users.php') diff --git a/phpBB/admin/admin_prune_users.php b/phpBB/admin/admin_prune_users.php index f8769701fd..41435503f0 100644 --- a/phpBB/admin/admin_prune_users.php +++ b/phpBB/admin/admin_prune_users.php @@ -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 = '
' . $lang['Confirm_prune_users'] . '

  '; @@ -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']) ) { -- cgit v1.2.1