CC-4364: Show - > On Air button is greyed out although you can hear the playout
-fixed
This commit is contained in:
parent
18ec23526f
commit
fba5d56c76
2 changed files with 6 additions and 6 deletions
|
@ -52,7 +52,8 @@ class Application_Model_Schedule
|
|||
"currentShow"=>$shows['currentShow'],
|
||||
"nextShow"=>$shows['nextShow'],
|
||||
"timezone"=> date("T"),
|
||||
"timezoneOffset"=> date("Z"));
|
||||
"timezoneOffset"=> date("Z")
|
||||
);
|
||||
|
||||
return $range;
|
||||
}
|
||||
|
@ -71,7 +72,6 @@ class Application_Model_Schedule
|
|||
return;
|
||||
}
|
||||
|
||||
global $CC_CONFIG;
|
||||
$con = Propel::getConnection();
|
||||
$sql = "SELECT %%columns%% st.starts as starts, st.ends as ends,
|
||||
st.media_item_played as media_item_played, si.ends as show_ends
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue