From b940c97233b90bd2607afff7a9019b8e4f04ec74 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Wed, 31 Jan 2001 01:14:54 +0000 Subject: Fixed conditional. # Woops! --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') 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 -- cgit v1.2.1