Get rid of a trailing white space in voicemail/index.lua

This commit is contained in:
Mark Crane 2013-12-04 18:15:34 +00:00
parent c923044e1a
commit 9ac83876d8
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@
end
dbh:query(sql);
end
--get saved and new message counts
sql = [[SELECT count(*) as new_messages FROM v_voicemail_messages
WHERE domain_uuid = ']] .. domain_uuid ..[['