FusionPBX source coding standard uses tabs instead of spaces for indentation.
This commit is contained in:
parent
72c1e23d56
commit
724afd7c17
|
|
@ -60,7 +60,6 @@ if not freeswitch then
|
|||
sql = sql .. "'failed', "
|
||||
sql = sql .. "'' "
|
||||
sql = sql .. ") "
|
||||
|
||||
db:query(sql)
|
||||
|
||||
log.infof("Retained in v_emails as email_uuid = %s", email_uuid)
|
||||
|
|
@ -103,5 +102,3 @@ return send_mail
|
|||
-- ["X-FusionPBX-Email-Type"] = 'voicemail';
|
||||
--}
|
||||
--send_mail(headers, 'alexey@domain.com', {'hello', 'world'})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue