[kronolith] wrong display of events in day view
Jan Schneider
janmailing@gmx.de
Mon, 20 Aug 2001 10:58:35 +0200
Thanks for that hint, but the mysql driver is almost deprecated as Chuck is
currently working on a pear based generic sql driver.
Btw: Chuck, didn't you want to commit your current state of work?
Jan.
Zitat von ulrich@muehlgasse.de:
> I'm using the mysql driver and had (others do still have) a problem with
> events
> that do display on the whole day, but the database entry is correct. I found
>
> that if you change in DayView.php function parse() the following
>
> $start_arr = explode(':', date('G:i', $event->start_time));
> $stop_arr = explode(':', date('G:i', $event->end_time));
>
> to
>
>
> $start_arr = explode(':', date('G:i', $event->startTimestamp));
> $stop_arr = explode(':', date('G:i', $event->endTimestamp));
>
> it looks much better.
> Maybe this helps.
>
>
> --
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
>
>