From: Greg W. <gr...@gr...> - 2002-11-22 20:22:12
|
In opening the events.php file to get an idea of how to create a similar one for to-dos, I noticed that PHP iCalendar uses $HTTP_GET_VARS. In general, I think it would be a better idea to use $_GET, unless there's a reason not to. $HTTP_GET_VARS is deprecated, and is not autoglobal like $_GET. Let me know if there's something wrong with making this change, or a reason $HTTP_GET_VARS was chosen over $_GET. Otherwise, I can go through and change it in all the files and submit the diffs. Greg --- gr...@gr... http://www.gregwestin.com/ Contact info: http://www.gregwestin.com/contact.php |