From 773d0560f280d70bdd0e66f9a863872f469755ff Mon Sep 17 00:00:00 2001 From: Andreas Karajannis Date: Mon, 13 Mar 2000 15:22:47 +0000 Subject: odbc_close() and odbc_close_all() working again --- ext/odbc/php_odbc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/odbc/php_odbc.h') 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; -- cgit v1.2.1