[Tickets] New comment for ticket 214

bugs at bugs.horde.org bugs at bugs.horde.org
Mon May 24 11:22:07 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 11:22:07 2004 (today):
I just rsync'ed but the problem is still there, I believe because of this:

                // $categoryColor =
isset($colors[$event->getCalendar()][$event->getCategory()]) ?
$colors[$event->getCalendar()][$event->getCategory()] : '# ...

which should be:
                $categoryColor = isset($colors[$event->getCategory()]) ?
$colors[$event->getCategory()] : '#ccffcc';
 

--


http://bugs.horde.org/details.php?id=214

-- 


More information about the bugs mailing list