Diff

util/stanza.lua @ 627:f0a4498ae996

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Tue, 16 Dec 2008 02:40:29 +0000
parent 615:4ae3e81513f3
parent 626:cf1d26fd4d6f
child 680:734994b61907
line wrap: on
line diff
--- 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;