From 9590c5173c6f08b132f90b71d40d48010d223edf Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 15 Dec 2001 17:09:37 +0000 Subject: Fix bug #13456 - I'm unable to actually test it --- 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 cf9aa614e1..804b7fa32f 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -98,7 +98,7 @@ static int le_result, le_link, le_plink; #define MYSQL_USE_RESULT 0 #define MYSQL_STORE_RESULT 1 -#if MYSQL_VERSION_ID < 32224 +#if MYSQL_VERSION_ID < 32223 #define PHP_MYSQL_VALID_RESULT(mysql) \ (mysql_num_fields(mysql)>0) #else -- cgit v1.2.1