|
From: <da...@us...> - 2005-05-06 22:16:19
|
Update of /cvsroot/phpicalendar/phpicalendar/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16244/admin Modified Files: index.php Log Message: SF Patch #1059866 - fixed support for PHP5 w/ the admin interface. Also fixed a comment that referenced the old name. Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 25 Oct 2004 17:16:08 -0000 1.2 --- index.php 6 May 2005 22:16:10 -0000 1.3 *************** *** 67,71 **** if ((isset($_POST['action'])) && ($_POST['action'] == 'addupdate')) { for ($filenumber = 1; $filenumber < 6; $filenumber++) { ! $file = $HTTP_POST_FILES['calfile']; $addupdate_success = FALSE; --- 67,71 ---- if ((isset($_POST['action'])) && ($_POST['action'] == 'addupdate')) { for ($filenumber = 1; $filenumber < 6; $filenumber++) { ! $file = $_FILES['calfile']; $addupdate_success = FALSE; |