philip          Thu May 16 23:26:28 2002 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  import-request-variables.xml 
  Log:
  Minor adjustments, and a typo fix.
  
  
Index: phpdoc/en/reference/var/functions/import-request-variables.xml
diff -u phpdoc/en/reference/var/functions/import-request-variables.xml:1.6 
phpdoc/en/reference/var/functions/import-request-variables.xml:1.7
--- phpdoc/en/reference/var/functions/import-request-variables.xml:1.6  Sun May  5 
21:52:29 2002
+++ phpdoc/en/reference/var/functions/import-request-variables.xml      Thu May 16 
+23:26:28 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.34 -->
   <refentry id="function.import-request-variables">
    <refnamediv>
@@ -21,12 +21,12 @@
     </simpara>
     <simpara>
      Using the <parameter>types</parameter> parameter, you can
-     specify, which request variables to import. You can use
+     specify which request variables to import. You can use
      'G', 'P' and 'C' characters respectively for GET, POST and
      Cookie. These characters are not case sensitive, so you
      can also use any combination of 'g', 'p' and 'c'. POST
-     includes the uploaded file informations. Note, that the
-     order of the letters matters, as using "gp", the POST
+     includes the POST uploaded file information. Note that the
+     order of the letters matters, as when using "gp", the POST
      variables will overwrite GET variables with the same
      name. Any other letters than GPC are discarded.
     </simpara>


Reply via email to