diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-25 01:37:13 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-25 01:37:13 +0000 |
commit | 449e72c7363f6bb316ba516e20a79d01f8b2a558 (patch) | |
tree | 4e99a91122be3df0e1d74e02791b9fd0fdc68087 /util/stanza.lua | |
parent | 1f5c712bcd35210ccc29e821ad367d38c8e53d1e (diff) | |
parent | 385317309cf0ebbeddc6ebdfe7daa69a73e8f79c (diff) | |
download | prosody-449e72c7363f6bb316ba516e20a79d01f8b2a558.tar.gz prosody-449e72c7363f6bb316ba516e20a79d01f8b2a558.zip |
Automated merge with http://waqas.ath.cx:8000/
Diffstat (limited to 'util/stanza.lua')
-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; |