CC-3094 : Rebroadcast editing problems
This commit is contained in:
parent
198340ac67
commit
966dd49610
2 changed files with 76 additions and 35 deletions
|
@ -287,7 +287,7 @@ class Application_Model_Show {
|
|||
$showId = $this->getId();
|
||||
|
||||
$sql = "SELECT starts FROM cc_show_instances "
|
||||
."WHERE show_id = $showId AND rebroadcast = 1"
|
||||
."WHERE show_id = $showId AND rebroadcast = 1 "
|
||||
."ORDER BY starts";
|
||||
|
||||
$rebroadcasts = $CC_DBC->GetAll($sql);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue