From 476cf53e93eacf51411212b957040bd2d096561d Mon Sep 17 00:00:00 2001 From: davef Date: Fri, 6 May 2005 22:16:10 +0000 Subject: SF Patch #1059866 - fixed support for PHP5 w/ the admin interface. Also fixed a comment that referenced the old name. --- functions/admin_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/admin_functions.php') diff --git a/functions/admin_functions.php b/functions/admin_functions.php index 379d64d..6182d18 100644 --- a/functions/admin_functions.php +++ b/functions/admin_functions.php @@ -239,7 +239,7 @@ function is_uploaded_file_v4 ($filename) { // return the appropriate error message if the file upload had an error // -// arg0: array error number from $HTTP_POST_FILES[file]['error'] +// arg0: array error number from $_FILES[file]['error'] // returns string error message function get_upload_error ($upload_error) { global $php_error_lang; -- cgit v1.2.3