Changeset

627:f0a4498ae996

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Tue, 16 Dec 2008 02:40:29 +0000
parents 625:cad4dcfbf295 (current diff) 626:cf1d26fd4d6f (diff)
children 629:6f9052edb18d
files util/stanza.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;