diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-16 02:40:29 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-16 02:40:29 +0000 |
commit | 19910bcd283e98429564dfff75847b155e72ed86 (patch) | |
tree | a28467886c4edbe0832d6488a7f1fa864a785b48 /util | |
parent | 85e074d8b858f72fb7d22079d0d47720e20b40fe (diff) | |
parent | 7677430ce2f2b807ed3b193f1afa831f740eb372 (diff) | |
download | prosody-19910bcd283e98429564dfff75847b155e72ed86.tar.gz prosody-19910bcd283e98429564dfff75847b155e72ed86.zip |
Merge from waqas
Diffstat (limited to 'util')
-rw-r--r-- | util/stanza.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/stanza.lua b/util/stanza.lua index dd05ddab..6af7e2b2 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -19,6 +19,7 @@ local t_insert = table.insert; +local t_concat = table.concat; local t_remove = table.remove; local t_concat = table.concat; local s_format = string.format; |