[Tickets] New comment for ticket 214
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon May 24 10:54:19 PDT 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
-Ticket 214
-Queue: Kronolith
-Added By: amoser at amoser.com
-Summary:
Kronolith blocks don't show category colors
Comment by amoser at amoser.com on Mon May 24 10:54:19 2004 (today):
... and also replace:
$categoryColor =
isset($colors[$event->getCalendar()][$event->getCategory()]) ?
$colors[$event->getCalendar()][$event->getCategory()] : '#ccc ...
with:
$categoryColor = isset($colors[$event->getCategory()]) ?
$colors[$event->getCategory()] : '#ccffcc';
--
http://bugs.horde.org/details.php?id=214
--
More information about the bugs
mailing list