From 50a2574e979b670ee6f0f78c25b8179b51693963 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 14 Mar 2000 05:15:33 +0000 Subject: [PATCH] - ELS are passed to internal functions --- ext/odbc/php_odbc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 794561043e..c7abe1b036 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -611,7 +611,6 @@ PHP_FUNCTION(odbc_close_all) int type; int i; int nument; - ELS_FETCH(); nument = zend_hash_next_free_element(&EG(regular_list)); @@ -1891,7 +1890,6 @@ PHP_FUNCTION(odbc_close) int type; int is_pconn = 0; ODBCLS_FETCH(); - ELS_FETCH(); if (zend_get_parameters_ex(1, &pv_conn) == FAILURE) { WRONG_PARAM_COUNT; -- 2.40.0