Skip to content

Commit

Permalink
Bug 29058 (patch submitted by bug reporter)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kalowsky committed Jul 15, 2004
1 parent cfc8acc commit f20849d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/odbc/php_odbc.c
Expand Up @@ -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

Expand Down

0 comments on commit f20849d

Please sign in to comment.