Error loading plugin siteexport
ParseError: Unclosed '{' on line 5
More info is available in the error log.
                ParseError: Unclosed '{' on line 5
More info is available in the error log.
events:30dayfeed
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| events:30dayfeed [2017/01/02 15:31] – created marto | events:30dayfeed [2017/02/13 10:21] (current) – include booking status marto | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Events within the next 30 days. ====== | ====== Events within the next 30 days. ====== | ||
| - | Below is a list of events scheduled within the next 30 days. Certain events have their own listing in the [[events|events section]]. The information is taken from our [[howto: | + | Below is a list of events scheduled within the next 30 days. Certain events have their own listing in the [[events:|events section]]. The information is taken from our [[howto: | 
| < | < | ||
| Line 7: | Line 8: | ||
| name as "Event Name", | name as "Event Name", | ||
| description as " | description as " | ||
| - | concat('< | + | concat('< | 
| + | CASE | ||
| + | WHEN status = ' | ||
| + | WHEN status = ' | ||
| + | END as " | ||
| from mrbs_entry | from mrbs_entry | ||
| where from_unixtime( floor(start_time)) >= curdate() | where from_unixtime( floor(start_time)) >= curdate() | ||
| and from_unixtime( floor(start_time)) < curdate() + interval 30 day | and from_unixtime( floor(start_time)) < curdate() + interval 30 day | ||
| and upper( description ) not like "%CCA BUILDING CLOSED%" | and upper( description ) not like "%CCA BUILDING CLOSED%" | ||
| - | order by Event_Date;</ | + | order by start_time | 
events/30dayfeed.1483371093.txt.gz · Last modified: 2017/01/02 15:31 by marto
                
                