mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Missing space (#4893)
This commit is contained in:
committed by
FusionPBX
parent
3d4d02d449
commit
a875676dd2
@@ -87,7 +87,7 @@
|
|||||||
sql = "SELECT v_contacts.contact_name_given || ' ' || v_contacts.contact_name_family AS name FROM v_contacts ";
|
sql = "SELECT v_contacts.contact_name_given || ' ' || v_contacts.contact_name_family AS name FROM v_contacts ";
|
||||||
end
|
end
|
||||||
sql = sql .. "INNER JOIN v_contact_phones ON v_contact_phones.contact_uuid = v_contacts.contact_uuid ";
|
sql = sql .. "INNER JOIN v_contact_phones ON v_contact_phones.contact_uuid = v_contacts.contact_uuid ";
|
||||||
sql = sql .. "INNER JOIN v_destinations ON v_destinations.domain_uuid = v_contacts.domain_uuid AND v_destinations.destination_number = :caller";
|
sql = sql .. "INNER JOIN v_destinations ON v_destinations.domain_uuid = v_contacts.domain_uuid AND v_destinations.destination_number = :caller ";
|
||||||
|
|
||||||
local params;
|
local params;
|
||||||
if ((not domain_uuid) or (domain_uuid == "")) then
|
if ((not domain_uuid) or (domain_uuid == "")) then
|
||||||
|
|||||||
Reference in New Issue
Block a user