Module:Tour stats: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 316: Line 316:
if options['venue'] then
if options['venue'] then
table.insert(wheres, "venue = \"" .. options['venue'] .. "\"")
table.insert(wheres, "venue = \"" .. options['venue'] .. "\"")
end
if options['venue_type'] then
table.insert(wheres, "venue_type = \"" .. options['venue_type'] .. "\"")
end
end
if options['tour'] then
if options['tour'] then