util/stanza.lua

changeset 628
f0a4498ae996
parent 615
4ae3e81513f3
parent 626
cf1d26fd4d6f
child 680
734994b61907
--- 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;

mercurial