@@ -371,21 +384,21 @@ if (isset($_GET['contact_id'])) {
@@ -444,7 +461,7 @@ if (isset($_GET['contact_id'])) {
">
@@ -464,14 +481,14 @@ if (isset($_GET['contact_id'])) {
Never";
@@ -481,7 +498,7 @@ if (isset($_GET['contact_id'])) {
} else {
$ticket_updated_at_display = $ticket_updated_at;
}
- $ticket_closed_at = $row['ticket_closed_at'];
+ $ticket_closed_at = htmlentities($row['ticket_closed_at']);
if ($ticket_status == "Open") {
$ticket_status_display = "
$ticket_status";
@@ -500,7 +517,7 @@ if (isset($_GET['contact_id'])) {
} else {
$ticket_priority_display = "-";
}
- $ticket_assigned_to = $row['ticket_assigned_to'];
+ $ticket_assigned_to = intval($row['ticket_assigned_to']);
if (empty($ticket_assigned_to)) {
if ($ticket_status == "Closed") {
$ticket_assigned_to_display = "
Not Assigned
";
diff --git a/client_contact_import_modal.php b/client_contact_import_modal.php
index 2928e725..a7c02bfd 100644
--- a/client_contact_import_modal.php
+++ b/client_contact_import_modal.php
@@ -16,10 +16,11 @@
-
+
diff --git a/client_document_add_from_template_modal.php b/client_document_add_from_template_modal.php
index a6cc0771..7df8beae 100644
--- a/client_document_add_from_template_modal.php
+++ b/client_document_add_from_template_modal.php
@@ -2,7 +2,7 @@