georg           Tue Jun 29 01:49:03 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli constants.xml 
  Log:
  fixed description of constants for CHAR/VARCHAR (bug #28912)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/constants.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.6 
phpdoc/en/reference/mysqli/constants.xml:1.7
--- phpdoc/en/reference/mysqli/constants.xml:1.6        Thu Apr 15 11:34:02 2004
+++ phpdoc/en/reference/mysqli/constants.xml    Tue Jun 29 01:49:02 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <section id='mysqli.constants'>
  &reftitle.constants;
  
@@ -405,14 +405,14 @@
      </row>
      <row>
       <entry>
-       <constant id='constantmysqli-type-string'>MYSQLI_TYPE_STRING</constant>
+       <constant id='constantmysqli-type-string'>MYSQLI_TYPE_VAR_STRING</constant>
        (<link linkend='language.types.integer'>integer</link>)
       </entry>
      <entry>Field is defined as <literal>VARCHAR</literal></entry>
      </row>
      <row>
       <entry>
-       <constant id='constantmysqli-type-char'>MYSQLI_TYPE_CHAR</constant>
+       <constant id='constantmysqli-type-char'>MYSQLI_TYPE_STRING</constant>
        (<link linkend='language.types.integer'>integer</link>)
       </entry>
      <entry>Field is defined as <literal>CHAR</literal></entry>

Reply via email to