Diff

util/stanza.lua @ 644:e1b3a472ca00

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