diff options
author | Andreas Karajannis <kara@php.net> | 2000-03-13 15:22:47 +0000 |
---|---|---|
committer | Andreas Karajannis <kara@php.net> | 2000-03-13 15:22:47 +0000 |
commit | 773d0560f280d70bdd0e66f9a863872f469755ff (patch) | |
tree | 93f732e1e459564e6395091e4503a9ba55f64acd /ext/odbc/php_odbc.h | |
parent | 712ffd4c14ad9594be6427be492eac0e56283dd3 (diff) | |
download | php-git-773d0560f280d70bdd0e66f9a863872f469755ff.tar.gz |
odbc_close() and odbc_close_all() working again
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r-- | ext/odbc/php_odbc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index 658cac6976..9aad6a6de3 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -215,7 +215,6 @@ typedef struct odbc_connection { HENV henv; HDBC hdbc; #endif -/* int open;*/ int id; int persistent; } odbc_connection; |