Merge pull request #1 from BeastMasterGrinder/BeastMasterGrinder-patch-1

Get only 1 contact as we do not want to get the millions of contacts
This commit is contained in:
Muhammad Farjad 2025-08-05 17:41:20 +05:00 committed by GitHub
commit 45898135b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3449,6 +3449,7 @@ class Email extends Basic
$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.