From: <da...@us...> - 2005-05-06 22:16:19
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16244/functions Modified Files: admin_functions.php Log Message: SF Patch #1059866 - fixed support for PHP5 w/ the admin interface. Also fixed a comment that referenced the old name. Index: admin_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/admin_functions.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** admin_functions.php 6 May 2005 21:25:02 -0000 1.7 --- admin_functions.php 6 May 2005 22:16:10 -0000 1.8 *************** *** 240,244 **** // return the appropriate error message if the file upload had an error // ! // arg0: array error number from $HTTP_POST_FILES[file]['error'] // returns string error message function get_upload_error ($upload_error) { --- 240,244 ---- // return the appropriate error message if the file upload had an error // ! // arg0: array error number from $_FILES[file]['error'] // returns string error message function get_upload_error ($upload_error) { |