diff --git a/core/users/resources/classes/users.php b/core/users/resources/classes/users.php index ed59676fca..e847abf058 100644 --- a/core/users/resources/classes/users.php +++ b/core/users/resources/classes/users.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2019 + Portions created by the Initial Developer are Copyright (C) 2019-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -131,10 +131,10 @@ if (!class_exists('users')) { //delete the user $array['users'][$x]['user_uuid'] = $user_uuid; $array['users'][$x]['domain_uuid'] = $domain_uuid; - } - //increment the id - $x++; + //increment the id + $x++; + } } //delete the checked rows @@ -300,4 +300,4 @@ if (!class_exists('users')) { } } -?> +?> \ No newline at end of file