Tickets en informatie over concerten en evenementen
template_vars
template_vars

  • SQL 1: SELECT * FROM groups WHERE group_id > 0 AND (group_visibility = 3) GROUP BY group_id ORDER BY group_visibility ASC, group_label ASC (241)
  • [popular] SELECT * FROM event LEFT JOIN location ON event_location_id = location_id LEFT JOIN groups ON event_groupid = group_id WHERE event_start > "2012-05-22 18:23:36" AND (event_parentid = 0 OR event_parentid IS NULL) AND (event_groupid IS NULL OR group_visibility = 3) ORDER BY event_hits DESC LIMIT 0,20 (1)