CC-5175:
Now Playing: SQL syntax error happens when removing and add contents to current show. -fixed
This commit is contained in:
parent
ca37ec3aff
commit
daa310ac18
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ class Application_Model_Scheduler
|
|||
$linkedItem_sql = "SELECT ends FROM cc_schedule ".
|
||||
"WHERE instance_id = {$instanceId} ".
|
||||
"AND position = {$pos} ".
|
||||
"AND playout_status IS NOT -1";
|
||||
"AND playout_status != -1";
|
||||
$linkedItemEnds = Application_Common_Database::prepareAndExecute(
|
||||
$linkedItem_sql, array(), Application_Common_Database::COLUMN);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue