Merge from waqas
authorMatthew Wild <mwild1@gmail.com>
Tue, 16 Dec 2008 02:40:29 +0000
changeset 627 f0a4498ae996
parent 625 cad4dcfbf295 (current diff)
parent 626 cf1d26fd4d6f (diff)
child 629 6f9052edb18d
Merge from waqas
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;