From f36253b7a8f3cc628b985df1ab257ff03189727c Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Fri, 15 Aug 2014 14:56:17 +0200 Subject: Account deletion fix multi user deletion, add confirmation message --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/admin.php b/mod/admin.php index 230ef3011..14657bd1a 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -639,7 +639,7 @@ function admin_page_users_post(&$a){ if (x($_POST,'page_users_delete')){ require_once("include/Contact.php"); foreach($users as $uid){ - account_remove($uid,true); + account_remove($uid,true,false); } notice( sprintf( tt("%s user deleted", "%s users deleted", count($users)), count($users)) ); } -- cgit v1.2.3