Get rid of a trailing white space in voicemail/index.lua
This commit is contained in:
parent
c923044e1a
commit
9ac83876d8
|
|
@ -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 ..[['
|
||||
|
|
|
|||
Loading…
Reference in New Issue