philip          Fri Jul 12 18:19:53 2002 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  Typo fix (note to self: make test first)
  
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.45 phpdoc/en/features/file-upload.xml:1.46
--- phpdoc/en/features/file-upload.xml:1.45     Fri Jul 12 18:15:29 2002
+++ phpdoc/en/features/file-upload.xml  Fri Jul 12 18:19:53 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.45 $ -->
+<!-- $Revision: 1.46 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -246,7 +246,7 @@
       <listitem>
        <para>
         Value: 1; The uploaded file exceeds the
-        <link ini="ini.upload-max-filesize">upload_max_filesize</link> 
+        <link linkend="ini.upload-max-filesize">upload_max_filesize</link> 
         directive in &php.ini;.
        </para>
       </listitem>
@@ -278,11 +278,11 @@
      </varlistentry>
     </variablelist>
    </para>
-   <para>
-    <note>
+   <note>
+    <para>
      These became PHP constants in PHP 4.3.0
-    </note>
-   </para>
+    </para>
+   </note>
   </sect1>
 
   <sect1 id="features.file-upload.common-pitfalls">



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

Reply via email to