aidan           Wed Aug 11 06:01:42 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-real-escape-string.xml 
  Log:
  Whitespace changes
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.9 
phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.10
--- phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.9        Wed 
Jul 21 00:27:29 2004
+++ phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml    Wed Aug 11 
06:01:42 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.100 -->
   <refentry id="function.mysql-real-escape-string">
    <refnamediv>
@@ -10,11 +10,11 @@
    </refnamediv>
    <refsect1>
     <title>Description</title>
-     <methodsynopsis>
-      <type>string</type><methodname>mysql_real_escape_string</methodname>
-      
<methodparam><type>string</type><parameter>unescaped_string</parameter></methodparam>
-      <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
-     </methodsynopsis>
+    <methodsynopsis>
+     <type>string</type><methodname>mysql_real_escape_string</methodname>
+     
<methodparam><type>string</type><parameter>unescaped_string</parameter></methodparam>
+     <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+    </methodsynopsis>
     <para>
      This function will escape special characters in the
      <parameter>unescaped_string</parameter>, taking into account the current

Reply via email to