dave            Tue Aug 24 19:02:43 2004 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  - Typo, bug #29826.
  
  
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.77&r2=1.78&ty=u
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.77 phpdoc/en/features/file-upload.xml:1.78
--- phpdoc/en/features/file-upload.xml:1.77     Sun May 30 04:52:42 2004
+++ phpdoc/en/features/file-upload.xml  Tue Aug 24 19:02:42 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.77 $ -->
+<!-- $Revision: 1.78 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -62,7 +62,7 @@
     <warning>
      <para>
       The <literal>MAX_FILE_SIZE</literal> is advisory to the browser, although PHP 
also checks
-      it. Changing this on the browser size is quite easy, so you can never
+      it. Changing this on the browser side is quite easy, so you can never
       rely on files with a greater size being blocked by this feature.  The
       PHP-settings for maximum-size, however, cannot be fooled. You should add
       the <literal>MAX_FILE_SIZE</literal> form variable anyway as it saves users the 
trouble of

Reply via email to