philip          Sat Jan 12 18:24:55 2002 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  WS
  
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.27 phpdoc/en/language/variables.xml:1.28
--- phpdoc/en/language/variables.xml:1.27       Sat Jan 12 18:20:53 2002
+++ phpdoc/en/language/variables.xml    Sat Jan 12 18:24:55 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -656,7 +656,8 @@
        <term>$_REQUEST</term>
        <listitem>
         <simpara>
-         An associative array merged from the GET, POST, and Cookie variables.        
  In other words - all the information that is coming from the user, 
+         An associative array merged from the GET, POST, and Cookie variables.
+         In other words - all the information that is coming from the user, 
          and that from a security point of view, cannot be trusted.
          Automatically global in any scope.
         </simpara>


Reply via email to