Update contacts.php

This commit is contained in:
FusionPBX
2018-01-10 13:37:26 -07:00
committed by GitHub
parent 61168a23f8
commit 0db0ac5941

View File

@@ -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 " </form>\n";
echo " </td>\n";
if ($paging_controls_mini != '') {
echo " <td valign='middle' nowrap style='padding-left: 15px;'>".$paging_controls_mini."</td>\n";
echo " <td valign='top' nowrap='nowrap' style='padding-left: 15px;'>".$paging_controls_mini."</td>\n";
}
echo " </tr>\n";
echo " <tr>\n";
@@ -288,4 +288,5 @@
//include the footer
require_once "resources/footer.php";
?>