Update groupmembers.php

This commit is contained in:
FusionPBX 2019-02-09 10:45:14 -07:00 committed by GitHub
parent 5b2b2ead5f
commit c82e89872c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,7 @@
$c = ($c) ? 0 : 1;
$group_users[] = $row["user_uuid"];
$user_groups[] = $row["user_uuid"];
$count++;
}
@ -187,4 +187,5 @@
//include the footer
require_once "resources/footer.php";
?>