betz            Thu Sep 12 15:25:27 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mysql  reference.xml ini.xml 
  Log:
  bit too much c & p :-)
  
  
Index: phpdoc/en/reference/mysql/reference.xml
diff -u phpdoc/en/reference/mysql/reference.xml:1.13 
phpdoc/en/reference/mysql/reference.xml:1.14
--- phpdoc/en/reference/mysql/reference.xml:1.13        Thu Sep 12 06:35:55 2002
+++ phpdoc/en/reference/mysql/reference.xml     Thu Sep 12 15:25:27 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -52,6 +52,15 @@
    </section>
 
     &reference.mysql.ini;
+
+   <section id="mysql.resources">
+   &reftitle.resources;
+    <para>
+     There are two resource types used in the MySQL module. The first one
+     is the link identifier for a database connection, the second a resource
+     which holds the result of a query.
+    </para>
+   </section>
 
    &reference.mysql.constants;
 
Index: phpdoc/en/reference/mysql/ini.xml
diff -u phpdoc/en/reference/mysql/ini.xml:1.2 phpdoc/en/reference/mysql/ini.xml:1.3
--- phpdoc/en/reference/mysql/ini.xml:1.2       Thu Sep 12 09:35:45 2002
+++ phpdoc/en/reference/mysql/ini.xml   Thu Sep 12 15:25:27 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="mysql.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -188,20 +188,12 @@
    <listitem>
     <para>
      Connect timeout in seconds. On Linux this timeout is also used for
-     waiting for the first answer from the server.  
+     waiting for the first answer from the server.
     </para>
    </listitem>
   </varlistentry>
   
  </variablelist>
- </para>
-</section>
- <section id="mysql.resources">
- &reftitle.resources;
- <para>
-  There are two resource types used in the MySQL module. The first one
-  is the link identifier for a database connection, the second a resource
-  which holds the result of a query.
  </para>
 </section>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to