CC-3610 : Now Playing ->songs in the Now Playing do not reflect the changes affected changed END_OF_SHOW

This commit is contained in:
Naomi Aro 2012-04-16 18:31:15 +02:00
parent b5f48c7732
commit 7e3112e3d7
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ class Application_Model_Show {
try {
//update the status flag in cc_schedule.
$instances = CcShowInstancesQuery::create()
->filterByDbStarts($current_timestamp, Criteria::GREATER_EQUAL)
->filterByDbEnds($current_timestamp, Criteria::GREATER_THAN)
->filterByDbShowId($data['add_show_id'])
->find($con);