Re: [Php-calendar-discussion] Deleting Events
Brought to you by:
sproctor
From: Sean P. <spr...@cc...> - 2003-05-21 01:07:23
|
On Tue, May 20, 2003 at 03:13:59PM -0400, Matthew McDermott wrote: > Whenever I attempt to delete an event from the calendar, I receive a "No > Items Selected" message. The script passes the correct parameters > (index.php?action=delete&day=31&month=5&year=2003&id=1) > Am I doing something wrong or is this a bug? I tend to think it is the > earlier of the two. Any help would be greatly appreciated. I'm pretty sure it's a bug. You're the 3rd person to bring it up. I think it has something to do with your php version or configuration (probably the latter). Probably something to do with register globals. I think 4.2 changed something about them from 4.1 which is the version I test with. I think I might have register globals on too. Anyway, I'm dropping support for pre 4.1 with the next release, so that should clean things up a little. Sean |