From d25a013f8aa23c35e5fd03fd973630f07f454414 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 12 Aug 2019 20:25:21 -0600 Subject: [PATCH] Update contact_times.php --- app/contacts/contact_times.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/contacts/contact_times.php b/app/contacts/contact_times.php index eda7fbb847..918966b531 100644 --- a/app/contacts/contact_times.php +++ b/app/contacts/contact_times.php @@ -38,6 +38,11 @@ exit; } +//set the uuid + if (is_uuid($_GET['id'])) { + $contact_uuid = $_GET['id']; + } + //get the contact list $sql = "select ct.*, u.username, u.domain_uuid as user_domain_uuid "; $sql .= "from v_contact_times as ct, v_users as u "; @@ -74,7 +79,7 @@ echo ""; echo img_spacer('25px', '1px'); if (permission_exists('contact_time_add')) { - echo "$v_link_label_add"; + echo "$v_link_label_add"; } else { echo img_spacer('25px', '1px');