From: Dan Kalowsky Date: Wed, 31 Jul 2002 13:51:20 +0000 (+0000) Subject: WS X-Git-Tag: dev~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2832d8df94ed308320c9be666820f69ccd70acc8;p=php WS --- diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index a2e1911a2a..d96ee8ba78 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Andreas Karajannis | - | Kevin N. Shallow Birdstep Support | + | Kevin N. Shallow Birdstep Support| +----------------------------------------------------------------------+ */ @@ -221,7 +221,7 @@ typedef struct odbc_result_value { } odbc_result_value; typedef struct odbc_result { - ODBC_SQL_STMT_T stmt; + ODBC_SQL_STMT_T stmt; int id; odbc_result_value *values; SWORD numcols; @@ -229,8 +229,8 @@ typedef struct odbc_result { # if HAVE_SQL_EXTENDED_FETCH int fetch_abs; # endif - long longreadlen; - int binmode; + long longreadlen; + int binmode; int fetched; odbc_connection *conn_ptr; } odbc_result;