> > 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. But it may require more coding, than just adding & after equal sign. "$calendardata =& $new_calendardata;" does not work on php 4.1.2. It is possible that it does not work on other php versions too. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
