Diff

util/stanza.lua @ 639:38cb21431257

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Wed, 24 Dec 2008 23:19:48 +0000
parent 627:f0a4498ae996
child 680:734994b61907
line wrap: on
line diff
--- a/util/stanza.lua	Wed Dec 24 05:10:13 2008 +0500
+++ b/util/stanza.lua	Wed Dec 24 23:19:48 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;