CC-5090: Unscheduled tracks are still marked at Scheduled in linked show

This commit is contained in:
denise 2013-05-14 10:58:06 -04:00
parent bfd525395a
commit c173744929
4 changed files with 48 additions and 8 deletions

View file

@ -41,8 +41,11 @@ class Application_Service_SchedulerService
/**
*
* Enter description here ...
* @param array $instanceIds
* Applies the show start difference to any scheduled items
*
* @param $instanceIds
* @param $diff
* @param $newStart
*/
public static function updateScheduleStartTime($instanceIds, $diff=null, $newStart=null)
{