Fixed typo in SQL missing ,

This commit is contained in:
Rudi Grinberg 2012-09-12 16:10:56 -04:00
parent db5dbab086
commit 6e8313a395

View file

@ -525,7 +525,8 @@ SQL;
{ {
global $CC_CONFIG; global $CC_CONFIG;
$baseQuery = <<<SQL $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.instance_id AS instance_id,
st.starts AS start, st.starts AS start,
st.ends AS end, st.ends AS end,