Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/legacy/modules/Emails/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -3449,6 +3449,7 @@ public function fill_in_additional_detail_fields()
$query .= " AND contacts.id= '" . $_REQUEST['record'] . "' ";
}
}
$query .= " LIMIT 1";
$result = $this->db->query($query, true, " Error filling in additional detail fields: ");

// Get the id and the name.
Expand Down