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 "