]> granicus.if.org Git - php/commitdiff
- ELS are passed to internal functions
authorAndi Gutmans <andi@php.net>
Tue, 14 Mar 2000 05:15:33 +0000 (05:15 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 14 Mar 2000 05:15:33 +0000 (05:15 +0000)
ext/odbc/php_odbc.c

index 794561043e5d3c51751f79110ba134203916f85d..c7abe1b0360c2efa15103ce7c8e6fad9ad86ef75 100644 (file)
@@ -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;