CC-4873: Airtime takes 7 seconds to load 32K (very small) from db
This commit is contained in:
parent
9fd3b43bb2
commit
9714b44d7f
|
@ -1798,7 +1798,7 @@ SQL;
|
|||
$options["show_empty"] = (array_key_exists($show['instance_id'],
|
||||
$content_count)) ? 0 : 1;
|
||||
|
||||
$options["show_partial_filled"] = $isFull[$show['instance_id']];
|
||||
$options["show_partial_filled"] = !$isFull[$show['instance_id']];
|
||||
|
||||
$events[] = &self::makeFullCalendarEvent($show, $options,
|
||||
$startsDT, $endsDT, $startsEpochStr, $endsEpochStr);
|
||||
|
|
Loading…
Reference in New Issue