From: Andi Gutmans Date: Tue, 14 Mar 2000 05:15:33 +0000 (+0000) Subject: - ELS are passed to internal functions X-Git-Tag: PHP-4.0-RC1~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a2574e979b670ee6f0f78c25b8179b51693963;p=php - ELS are passed to internal functions --- 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;