diff --git a/airtime_mvc/application/models/Schedule.php b/airtime_mvc/application/models/Schedule.php index c2ecbf6d4..ae146ca47 100644 --- a/airtime_mvc/application/models/Schedule.php +++ b/airtime_mvc/application/models/Schedule.php @@ -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,"