deep voodoo magic to optimize schedule
This commit is contained in:
parent
58d00cb9b9
commit
8d56c03fe3
2 changed files with 24 additions and 2 deletions
|
@ -1789,9 +1789,9 @@ SQL;
|
|||
|
||||
$showInstance = new Application_Model_ShowInstance(
|
||||
$show["instance_id"]);
|
||||
$showContent = $showInstance->getShowListContent();
|
||||
//$showContent = $showInstance->getShowListContent();
|
||||
|
||||
$options["show_empty"] = empty($showContent) ? 1 : 0;
|
||||
$options["show_empty"] = ($showInstance->showEmpty()) ? 1 : 0;
|
||||
|
||||
$events[] = &self::makeFullCalendarEvent($show, $options,
|
||||
$startsDT, $endsDT, $startsEpochStr, $endsEpochStr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue