CC-3859: Playout History: Filter out songs that are not played out
- done
This commit is contained in:
parent
453b343284
commit
164c158c80
4 changed files with 29 additions and 5 deletions
|
@ -1519,8 +1519,6 @@ class Application_Model_Show {
|
|||
$sql = $sql." AND ({$exclude})";
|
||||
}
|
||||
|
||||
Logging::debug("getShows");
|
||||
Logging::debug($sql);
|
||||
$result = $con->query($sql)->fetchAll();
|
||||
return $result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue