philip          Fri Mar  4 14:19:07 2005 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions get-magic-quotes-gpc.xml 
  Log:
  Fix typos.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml
diff -u phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.14 
phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.15
--- phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.14    Wed Nov 
24 21:47:54 2004
+++ phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml Fri Mar  4 
14:19:06 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
   <refentry id="function.get-magic-quotes-gpc">
    <refnamediv>
@@ -22,9 +22,9 @@
     <note>
      <para>
       If the directive <link linkend="ini.magic-quotes-sybase">
-      magic_quotes_sybase</link> is ON it will completely 
-      override <parameter>magic_quotes_gpc</parameter>.  So even
-      when <function>get_magic_quotes</function> returns
+      magic_quotes_sybase</link> is ON it will completely override 
+      <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>.  So even
+      when <function>get_magic_quotes_gpc</function> returns
       &true; neither double quotes, backslashes or NUL's will
       be escaped.  Only single quotes will be escaped. In this
       case they'll look like: <emphasis>''</emphasis>

Reply via email to