RE: [SM-USERS] Calendar Event Disappeared

2003-10-21 Thread p dont think
> > $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.

RE: [SM-USERS] Calendar Event Disappeared

2003-10-21 Thread Tomas Kuliavas
> > 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

RE: [SM-USERS] Calendar Event Disappeared

2003-10-21 Thread p dont think
> > 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 -

RE: [SM-USERS] Calendar Event Disappeared

2003-10-21 Thread rkl
> 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