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

[SM-USERS] Calendar Event Disappeared

2003-10-19 Thread rkl
I'm having a problem adding a second event on the same day. After, adding the second event, it says an event have been added. However, when I go back to the calendar all of the events are gone. Can someone tell me what's going on? redhat 9/sm 1.4.2/data - file storage not mysql thanks