CC-4641: Now Playing: Extending show's length won't change the overbooked track's style

-added comment
This commit is contained in:
denise 2012-10-31 14:16:16 -04:00
parent 71be2b2bd1
commit cc40dfdf4e
1 changed files with 6 additions and 1 deletions

View File

@ -270,8 +270,13 @@ SQL;
try {
//update the status flag in cc_schedule.
/* Since we didn't use a propel object when updating
* cc_show_instances table we need to clear the instances
* so the correct information is retrieved from the db
*/
CcShowInstancesPeer::clearInstancePool();
$instances = CcShowInstancesQuery::create()
->filterByDbEnds($current_timestamp, Criteria::GREATER_THAN)
->filterByDbShowId($this->_showId)