CC-3655: Context menu for current show missing add/remove content and remove all content options.

-fixed
This commit is contained in:
denise 2012-04-16 17:31:16 -04:00
parent 2fc591db2b
commit e786514f27
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class ScheduleController extends Zend_Controller_Action
$showStartLocalDT = Application_Common_DateHelper::ConvertToLocalDateTime($instance->getShowInstanceStart());
$showEndLocalDT = Application_Common_DateHelper::ConvertToLocalDateTime($instance->getShowInstanceEnd());
if ($epochNow < $showStartLocalDT->getTimestamp()) {
if ($epochNow < $showEndLocalDT->getTimestamp()) {
if ( ($isAdminOrPM || $isDJ)
&& !$instance->isRecorded()