From 6f105cb2fe9d8e44e56104bcf25b8bbd07ff51bc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 10 Jan 2018 13:37:26 -0700 Subject: [PATCH] Update contacts.php --- app/contacts/contacts.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/contacts/contacts.php b/app/contacts/contacts.php index 2277e2ff3a..d1aca1aeed 100644 --- a/app/contacts/contacts.php +++ b/app/contacts/contacts.php @@ -63,7 +63,7 @@ //add user's uuid to group uuid list to include private (non-shared) contacts $user_group_uuids[] = $_SESSION["user_uuid"]; -//get contact sync sources +//get contact settings - sync sources $sql = "select "; $sql .= "contact_uuid, "; $sql .= "contact_setting_value "; @@ -212,7 +212,7 @@ echo " \n"; echo " \n"; if ($paging_controls_mini != '') { - echo " ".$paging_controls_mini."\n"; + echo " ".$paging_controls_mini."\n"; } echo " \n"; echo " \n"; @@ -288,4 +288,5 @@ //include the footer require_once "resources/footer.php"; + ?>