Users Class: Misc minor mods.

This commit is contained in:
Nate
2020-02-17 18:38:15 -07:00
parent 0dd242f5cf
commit 4bd1d72842

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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')) {
}
}
?>
?>