Content deleted Content added
Added table.concat. |
mNo edit summary |
||
Line 224:
local index = {}
for k, v in pairs(_index) do
table.insert(index, k) end table.sort(index)
|
Added table.concat. |
mNo edit summary |
||
Line 224:
local index = {}
for k, v in pairs(_index) do
table.insert(index, k) end table.sort(index)
|