From f20849d12ea122b17901fd3b1b6888c1c40cec7d Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Thu, 15 Jul 2004 15:09:12 +0000 Subject: Bug 29058 (patch submitted by bug reporter) --- ext/odbc/php_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/odbc/php_odbc.c') diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 4d0c00c4ca..0908ce6a5b 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -3038,7 +3038,7 @@ PHP_FUNCTION(odbc_foreignkeys) fschema = Z_STRVAL_PP(pv_fschema); convert_to_string_ex(pv_ftable); ftable = Z_STRVAL_PP(pv_ftable); -#ifdef HAVE_DBMAKER +#if defined(HAVE_DBMAKER) || defined (HAVE_IBMDB2) #define EMPTY_TO_NULL(xstr) \ if ((int)strlen((xstr)) == 0) (xstr) = NULL -- cgit v1.2.1