]> granicus.if.org Git - php/commitdiff
busted by the style police...
authorDan Kalowsky <kalowsky@php.net>
Fri, 24 Jan 2003 22:49:22 +0000 (22:49 +0000)
committerDan Kalowsky <kalowsky@php.net>
Fri, 24 Jan 2003 22:49:22 +0000 (22:49 +0000)
ext/odbc/php_odbc.c

index 9fecc74fe2ff72f674f7eda571d93ebb470ab160..0b35f977d865be601e1603be54b48561a022d0dc 100644 (file)
@@ -2925,7 +2925,9 @@ PHP_FUNCTION(odbc_columns)
        /* 
         * 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,