From: Sean Bright Date: Wed, 31 Jan 2001 01:14:54 +0000 (+0000) Subject: Fixed conditional. X-Git-Tag: php-4.0.5RC1~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b940c97233b90bd2607afff7a9019b8e4f04ec74;p=php Fixed conditional. # Woops! --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 3f4a31694e..db8ff01f7f 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -77,7 +77,7 @@ static int le_result, le_link, le_plink; #define MYSQL_HAS_TINY #endif -#if MYSQL_VERSION_ID > 32200 +#if MYSQL_VERSION_ID >= 32200 #define MYSQL_HAS_YEAR #endif