Update groupmembers.php

This commit is contained in:
FusionPBX
2019-02-09 10:45:14 -07:00
committed by GitHub
parent 10178a7430
commit f8c01345dc

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";
?>