Module:Songs: Difference between revisions

Jump to navigation Jump to search
46 bytes added ,  Yesterday at 00:23
m
no edit summary
mNo edit summary
mNo edit summary
Line 41: Line 41:
local events = cargo.query('Setlist_Event, Setlist_Songs',
local events = cargo.query('Setlist_Event, Setlist_Songs',
table.concat(fields, ','), query)
table.concat(fields, ','), query)
if #events == 0 then
return "None."
end


local text = ''
local text = ''

Navigation menu