cc-4613: fixed

This commit is contained in:
Rudi Grinberg 2012-10-22 15:20:03 -04:00
parent 0084f8ce93
commit e0402c88cf
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -681,7 +681,7 @@ SQL;
return $counts;
}
}
public function showEmpty()
{