Ver Fonte

Users Class: Misc minor mods.

Nate há 5 anos atrás
pai
commit
ad615bbc3f
1 ficheiros alterados com 5 adições e 5 exclusões
  1. 5 5
      core/users/resources/classes/users.php

+ 5 - 5
core/users/resources/classes/users.php

@@ -17,7 +17,7 @@
 
 	The Initial Developer of the Original Code is
 	Mark J Crane <[email protected]>
-	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')) {
 	}
 }
 
-?>
+?>