Return resultfrom insertflat() to allow chaining of operations

This commit is contained in:
Jason Perkins 2013-12-20 14:58:11 -05:00
parent b3216cbcf8
commit 3af52fd900

View File

@ -220,6 +220,7 @@
else
table.insert(tbl, values)
end
return tbl
end