jan             Mon Jul  1 18:20:01 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-errno.xml 
                                                mysql-error.xml 
  Log:
   - fix #17118
  
  
Index: phpdoc/en/reference/mysql/functions/mysql-errno.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.4     Mon Apr 22 01:57:39 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-errno.xml Mon Jul  1 18:20:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-errno">
    <refnamediv>
@@ -57,6 +57,13 @@
        </screen>
      </example>
     </para>
+    <note>
+     <para>
+      If the optional argument is specified the given link
+      is used to retrieve the error code. If not, the last
+      opened link is used.
+     </para>
+    </note>
     <para>
      See also: <function>mysql_error</function>
     </para>
Index: phpdoc/en/reference/mysql/functions/mysql-error.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-error.xml:1.5 
phpdoc/en/reference/mysql/functions/mysql-error.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-error.xml:1.5     Mon Apr 29 05:47:25 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-error.xml Mon Jul  1 18:20:01 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-error">
    <refnamediv>
@@ -56,6 +56,13 @@
        </screen>
      </example>
     </para>
+    <note>
+     <para>
+      If the optional argument is specified the given link
+      is used to retrieve the error message. If not, the last
+      opened link is used.
+     </para>
+    </note>
     <para>
      See also: <function>mysql_errno</function>
     </para>



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

Reply via email to