# HG changeset patch # User Matthew Wild # Date 1229395229 0 # Node ID f0a4498ae996e4772156c6388418e7e3e2244e16 # Parent cad4dcfbf295bc9d211471b5fad7788ff5e5e9ef# Parent cf1d26fd4d6fa07e32377a1da804e8a6aa6467dd Merge from waqas diff -r cad4dcfbf295 -r f0a4498ae996 util/stanza.lua --- a/util/stanza.lua Tue Dec 16 02:33:08 2008 +0000 +++ b/util/stanza.lua Tue Dec 16 02:40:29 2008 +0000 @@ -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;