Removed reference to CC_CONFIG
This commit is contained in:
parent
6fc8df9226
commit
2c1acf8b17
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ SELECT ft.artist_name,
|
|||
ft.track_title,
|
||||
st.starts AS starts,
|
||||
st.ends AS ends
|
||||
FROM $CC_CONFIG[scheduleTable] st
|
||||
FROM cc_schedule st
|
||||
LEFT JOIN $CC_CONFIG[filesTable] ft ON st.file_id = ft.id
|
||||
LEFT JOIN $CC_CONFIG[showInstances] sit ON st.instance_id = sit.id
|
||||
-- this and the next line are necessary since we can overbook shows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue