CC-3859: Playout History: Filter out songs that are not played out

- done
This commit is contained in:
James 2012-05-22 17:39:27 -04:00
parent 453b343284
commit 164c158c80
4 changed files with 29 additions and 5 deletions

View file

@ -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;
}