From: foobar Date: Mon, 8 Apr 2002 22:21:30 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.2.0RC3~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c6510709458f184669e5699d456332cd086767f;p=php MFH --- diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 36c950dfcd..f64b58429c 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1965,7 +1965,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int } /* Possible fix for bug #10250 * Needs testing on UnixODBC < 2.0.5 though. */ - #if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC) +#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC) /* * Uncomment the line above, and comment line below to fully test * #ifdef HAVE_EMPRESS */ {