vrana Fri Feb 13 11:18:02 2004 EDT
Modified files: /phpdoc/entities global.ent /phpdoc/en/reference/mysql/functions mysql-errno.xml Log: Link to MySQL error codes http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.164&r2=1.165&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.164 phpdoc/entities/global.ent:1.165 --- phpdoc/entities/global.ent:1.164 Thu Feb 12 12:04:53 2004 +++ phpdoc/entities/global.ent Fri Feb 13 11:18:00 2004 @@ -1,6 +1,6 @@ <!-- -*- SGML -*- - $Id: global.ent,v 1.164 2004/02/12 17:04:53 nlopess Exp $ + $Id: global.ent,v 1.165 2004/02/13 16:18:00 vrana Exp $ Contains global "macros" for all the XML documents. @@ -152,6 +152,7 @@ <!ENTITY url.mysql "http://www.mysql.com/"> <!ENTITY url.mysql.docs "http://www.mysql.com/documentation/"> <!ENTITY url.mysql.docs.date "http://www.mysql.com/doc/en/Date_and_time_functions.html"> +<!ENTITY url.mysql.docs.error "http://www.mysql.com/doc/en/Error-returns.html"> <!ENTITY url.mysql.docs.fr "http://dev.nexen.net/docs/mysql/"> <!ENTITY url.ncurses "ftp://ftp.gnu.org/pub/gnu/ncurses/"> <!ENTITY url.netcraft "http://www.netcraft.com/"> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-errno.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-errno.xml diff -u phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.9 phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.10 --- phpdoc/en/reference/mysql/functions/mysql-errno.xml:1.9 Fri Feb 13 11:16:58 2004 +++ phpdoc/en/reference/mysql/functions/mysql-errno.xml Fri Feb 13 11:18:02 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.2 --> <refentry id="function.mysql-errno"> <refnamediv> @@ -67,7 +67,8 @@ </para> </note> <para> - See also <function>mysql_error</function>. + See also <function>mysql_error</function> and + <ulink url="&url.mysql.docs.error;">MySQL error codes</ulink>. </para> </refsect1> </refentry>