baoengb Thu Apr 15 11:34:02 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli constants.xml
Log:
Typos
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/constants.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.5
phpdoc/en/reference/mysqli/constants.xml:1.6
--- phpdoc/en/reference/mysqli/constants.xml:1.5 Tue Feb 24 12:48:09 2004
+++ phpdoc/en/reference/mysqli/constants.xml Thu Apr 15 11:34:02 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@@ -282,7 +282,7 @@
<constant id='constantmysqli-type-long'>MYSQLI_TYPE_LONG</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
- <entry>Field is defined as <literal>MEDIUMINT</literal></entry>
+ <entry>Field is defined as <literal>INT</literal></entry>
</row>
<row>
<entry>
@@ -296,7 +296,7 @@
<constant id='constantmysqli-type-double'>MYSQLI_TYPE_DOUBLE</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
- <entry>Field is defined as <literal>double</literal></entry>
+ <entry>Field is defined as <literal>DOUBLE</literal></entry>
</row>
<row>
<entry>
@@ -324,7 +324,7 @@
<constant id='constantmysqli-type-int24'>MYSQLI_TYPE_INT24</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
- <entry></entry>
+ <entry>Field is defined as <literal>MEDIUMINT</literal></entry>
</row>
<row>
<entry>