FusionPBX source coding standard uses tabs instead of spaces for indentation.

This commit is contained in:
markjcrane 2016-01-04 13:04:51 -07:00
parent e823b991d1
commit 9054881d5a
1 changed files with 81 additions and 84 deletions

View File

@ -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'})