CC-3757: Widgets: ON AIR show's elapsed and remaining time are wrong

-fixed
This commit is contained in:
Martin Konecny 2012-05-15 14:20:53 -04:00
parent 55b0715142
commit 4b03a45d46
2 changed files with 2 additions and 3 deletions

View file

@ -1753,8 +1753,7 @@ class Application_Model_Show {
." AND modified_instance != TRUE"
." ORDER BY si.starts";
// Convert back to local timezone
$rows = $con->query($sql)->fetchAll();
$rows = $con->query($sql)->fetchAll(PDO::FETCH_ASSOC);
$numberOfRows = count($rows);
$results['previousShow'] = array();