Fixed typo in SQL missing ,
This commit is contained in:
parent
db5dbab086
commit
6e8313a395
1 changed files with 2 additions and 1 deletions
|
@ -525,7 +525,8 @@ SQL;
|
|||
{
|
||||
global $CC_CONFIG;
|
||||
$baseQuery = <<<SQL
|
||||
SELECT st.file_id AS file_id st.id AS id,
|
||||
SELECT st.file_id AS file_id,
|
||||
st.id AS id,
|
||||
st.instance_id AS instance_id,
|
||||
st.starts AS start,
|
||||
st.ends AS end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue