diff options
| author | Stanislav Malyshev <stas@php.net> | 2007-03-13 00:04:38 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2007-03-13 00:04:38 +0000 |
| commit | c3e4a2854a1eb075c2d059ec69b9e3a83a49cd20 (patch) | |
| tree | 5b4acd6e0534495d3d8afdaee3570271faf963e4 /ext/odbc/php_odbc_includes.h | |
| parent | 81f99c721b2589134d69c501b9e691a10bac87d0 (diff) | |
| download | php-git-c3e4a2854a1eb075c2d059ec69b9e3a83a49cd20.tar.gz | |
fix odbc resource handling, patch by Dave Lawson
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
| -rw-r--r-- | ext/odbc/php_odbc_includes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index d812621148..fc5bb47a28 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -236,7 +236,6 @@ typedef struct odbc_result_value { typedef struct odbc_result { ODBC_SQL_STMT_T stmt; - int id; odbc_result_value *values; SWORD numcols; SWORD numparams; |
