tony2001 Sat Jan 14 14:32:13 2006 UTC
Modified files:
/phpdoc/en/reference/mysqli constants.xml
Log:
fix build
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/constants.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.13
phpdoc/en/reference/mysqli/constants.xml:1.14
--- phpdoc/en/reference/mysqli/constants.xml:1.13 Sat Jan 14 10:22:59 2006
+++ phpdoc/en/reference/mysqli/constants.xml Sat Jan 14 14:32:13 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@@ -265,14 +265,14 @@
</row>
<row>
<entry>
- <constant
id='constantmysqli-type-decimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
+ <constant
id='constantmysqli-type-newdecimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>Precision math <literal>DECIMAL</literal> or
<literal>NUMERIC</literal> field (MySQL 5.0.3 and up)</entry>
</row>
<row>
<entry>
- <constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_BIT</constant>
+ <constant id='constantmysqli-type-bit'>MYSQLI_TYPE_BIT</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>Field is defined as <literal>BIT</literal> (MySQL 5.0.3 and
up)</entry>