From 24c81770404957c79a540ce8f901d49f767e6571 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Tue, 29 Jun 2004 05:49:02 +0000 Subject: [PATCH] fixed description of constants for CHAR/VARCHAR (bug #28912) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162284 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/constants.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index 65032d3143..149e7ba69b 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -405,14 +405,14 @@ - MYSQLI_TYPE_STRING + MYSQLI_TYPE_VAR_STRING (integer) Field is defined as VARCHAR - MYSQLI_TYPE_CHAR + MYSQLI_TYPE_STRING (integer) Field is defined as CHAR