Fixed typo in SQL missing ,

This commit is contained in:
Rudi Grinberg 2012-09-12 16:10:56 -04:00
parent db5dbab086
commit 6e8313a395
1 changed files with 2 additions and 1 deletions

View File

@ -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,