CC-2837: Invalid SQL statement

-fixed
This commit is contained in:
martin 2011-09-17 12:36:35 -04:00
parent 3478b954b3
commit d824eb7622
1 changed files with 2 additions and 3 deletions

View File

@ -307,9 +307,8 @@ class Schedule {
$row["id"] = $row["group_id"];
}
} else {
$sql = "SELECT MIN(st.name) AS name,"
." MIN(pt.creator) AS creator,"
." st.group_id, "
$sql = "SELECT MIN(pt.creator) AS creator,"
." st.group_id,"
." SUM(st.clip_length) AS clip_length,"
." MIN(st.file_id) AS file_id,"
." COUNT(*) as count,"