CC-4152: Widget does not display current show in some modes

-fixed
This commit is contained in:
Martin Konecny 2012-08-06 17:07:18 -04:00
parent 8d2348606c
commit 40023d9086
3 changed files with 27 additions and 17 deletions

View file

@ -109,7 +109,7 @@ class Application_Model_Schedule {
$sql .= ' AND st.playout_status > 0 ORDER BY st.starts';
$rows = $con->query($sql)->fetchAll();
$rows = $con->query($sql)->fetchAll(PDO::FETCH_ASSOC);
$numberOfRows = count($rows);
$results['previous'] = null;