From 316cec8072fb4b9e68a89997a25a6cc218d3939e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Correa=20da=20Concei=C3=A7=C3=A3o?= Date: Sun, 5 Jan 2003 20:37:39 +0000 Subject: [PATCH] Cutting off an ) that there is not ( to open git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110620 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 8943ae5411..bf4471820c 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -347,7 +347,7 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file prior 4.1.0). When register_globals is on, globals for uploaded - files are also initialized). Each of these will be a numerically + files are also initialized. Each of these will be a numerically indexed array of the appropriate values for the submitted files.