Topic: multiday events with 'no time' ...

behave strange on week and day view and give warning:

A non-numeric value encountered in /volume1/web/luxcal/common/vfunctions.php on line 33

First occurences are stretched over the whole day - last occurence shows up in the "earlier" row.

Sorry  - but this looks like something to be fixed wink

Stefan

Re: multiday events with 'no time' ...

Hi Stefan,
You are absolutely right, this is something to be fixed wink
This is the fix::
Edit the file "common/vfunctions.php and change line 29 from . . .

if (($evt['sti'] == '' and $evt['eti'] == '') or $evt['ald']) { //all day (takes up 1 slot at the top)

to . . .

if ($evt['ntm'] or $evt['ald']) { //no time or all day (takes up 1 slot at the top)

Thanks again for reporting this problem.
Roel