didou Sat Jun 2 22:05:58 2007 UTC
Modified files:
/phpdoc/en/reference/var/functions import-request-variables.xml
Log:
#: nuke tabs
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/var/functions/import-request-variables.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/var/functions/import-request-variables.xml
diff -u phpdoc/en/reference/var/functions/import-request-variables.xml:1.11
phpdoc/en/reference/var/functions/import-request-variables.xml:1.12
--- phpdoc/en/reference/var/functions/import-request-variables.xml:1.11 Sat Jun
2 19:28:01 2007
+++ phpdoc/en/reference/var/functions/import-request-variables.xml Sat Jun
2 22:05:58 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.import-request-variables">
<refnamediv>
<refname>import_request_variables</refname>
@@ -31,7 +31,7 @@
<varlistentry>
<term><parameter>types</parameter></term>
<listitem>
- <para>
+ <para>
Using the <parameter>types</parameter> parameter, you can specify
which request variables to import. You can use 'G', 'P' and 'C'
characters respectively for GET, POST and Cookie. These characters are
@@ -43,8 +43,8 @@
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.
- </para>
- </note>
+ </para>
+ </note>
</listitem>
</varlistentry>
<varlistentry>