CC-2837: Invalid SQL statement
-fixed
This commit is contained in:
parent
3478b954b3
commit
d824eb7622
1 changed files with 2 additions and 3 deletions
|
@ -307,8 +307,7 @@ class Schedule {
|
|||
$row["id"] = $row["group_id"];
|
||||
}
|
||||
} else {
|
||||
$sql = "SELECT MIN(st.name) AS name,"
|
||||
." MIN(pt.creator) AS creator,"
|
||||
$sql = "SELECT MIN(pt.creator) AS creator,"
|
||||
." st.group_id,"
|
||||
." SUM(st.clip_length) AS clip_length,"
|
||||
." MIN(st.file_id) AS file_id,"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue