fernandoc               Sun Jan  5 15:37:40 2003 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  Cutting off an ) that there is not ( to open
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.53 phpdoc/en/features/file-upload.xml:1.54
--- phpdoc/en/features/file-upload.xml:1.53     Mon Dec  2 13:08:28 2002
+++ phpdoc/en/features/file-upload.xml  Sun Jan  5 15:37:39 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.53 $ -->
+<!-- $Revision: 1.54 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -347,7 +347,7 @@
     prior 4.1.0).
     When
     <literal>register_globals</literal> 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.
    </simpara>
    <simpara>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to