> > $calendardata = &$new_calendardata;
>
> Are you sure you want me to add the ampersand?
> Because when I added an event, I lost everything.
Apparently, that's not working in some PHP installs, so you can leave it
out.
- Paul
---
This SF.
> > you could change that last line to this:
> >
> > $calendardata = &$new_calendardata;
>
> Are you sure you want me to add the ampersand?
> Because when I added an event, I lost everything.
Using references ($calendardata =& $new_calendardata;) might speed up
operations with larger calendars. Bu
> > you could change that last line to this:
> >
> > $calendardata = &$new_calendardata;
>
> Are you sure you want me to add the ampersand?
> Because when I added an event, I lost everything.
In addition to the other patch? I highly doubt that
-
> you could change that last line to this:
>
> $calendardata = &$new_calendardata;
Are you sure you want me to add the ampersand?
Because when I added an event, I lost everything.
thanks,
-rkl
>> Also, is the patch in essence this or more as below:
>
> yes
>
>> Changes that does not disable sort