MFB ?

On Fri, 24 Jan 2003, Dan Kalowsky wrote:

>kalowsky               Fri Jan 24 17:49:22 2003 EDT
>
>  Modified files:              (Branch: PHP_4_3)
>    /php4/ext/odbc     php_odbc.c 
>  Log:
>  busted by the style police...
>  
>  
>Index: php4/ext/odbc/php_odbc.c
>diff -u php4/ext/odbc/php_odbc.c:1.143.2.2 php4/ext/odbc/php_odbc.c:1.143.2.3
>--- php4/ext/odbc/php_odbc.c:1.143.2.2 Fri Jan 24 17:43:42 2003
>+++ php4/ext/odbc/php_odbc.c   Fri Jan 24 17:49:22 2003
>@@ -20,7 +20,7 @@
>    +----------------------------------------------------------------------+
> */
> 
>-/* $Id: php_odbc.c,v 1.143.2.2 2003/01/24 22:43:42 kalowsky Exp $ */
>+/* $Id: php_odbc.c,v 1.143.2.3 2003/01/24 22:49:22 kalowsky Exp $ */
> 
> #ifdef HAVE_CONFIG_H
> #include "config.h"
>@@ -2925,7 +2925,9 @@
>       /* 
>        * Needed to make MS Access happy
>        */
>-      if (table && strlen(table) && schema && !strlen(schema)) schema = NULL;
>+      if (table && strlen(table) && schema && !strlen(schema)) {
>+              schema = NULL;
>+      }
> 
>       rc = SQLColumns(result->stmt, 
>                       cat, cat_len,
>
>
>
>

-- 
<- For Sale! ->


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to