cc-4613: fixed
This commit is contained in:
parent
0084f8ce93
commit
e0402c88cf
|
@ -1792,7 +1792,7 @@ SQL;
|
|||
$show["instance_id"]);
|
||||
|
||||
$options["show_empty"] = (array_key_exists($show['instance_id'],
|
||||
$content_count)) ? 1 : 0;
|
||||
$content_count)) ? 0 : 1;
|
||||
|
||||
$events[] = &self::makeFullCalendarEvent($show, $options,
|
||||
$startsDT, $endsDT, $startsEpochStr, $endsEpochStr);
|
||||
|
|
|
@ -681,7 +681,7 @@ SQL;
|
|||
|
||||
return $counts;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public function showEmpty()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue