diff options
author | Edin Kadribasic <edink@php.net> | 2005-07-02 22:50:01 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2005-07-02 22:50:01 +0000 |
commit | 701d735b4a6a601f76192adb5b6c45d1557c6ca4 (patch) | |
tree | ef23cde9c52f4ef84f3d4363ae7778a69f70335c | |
parent | efa98f98a7efd38d3f75c1454d904c42a12b3af5 (diff) | |
download | php-git-701d735b4a6a601f76192adb5b6c45d1557c6ca4.tar.gz |
MFH
-rw-r--r-- | ext/odbc/php_odbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 3a4813bec8..5de280f790 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -246,7 +246,7 @@ static void _close_odbc_pconn(zend_rsrc_list_entry *rsrc TSRMLS_DC) odbc_result *res; odbc_connection *conn = (odbc_connection *)rsrc->ptr; - nument = zend_hash_next_free_element(&EG(regular_list)); + nument = zend_hash_next_free_element(&EG(persistent_list)); for(i = 1; i < nument; i++) { ptr = zend_list_find(i, &type); if (ptr && (type == le_result)) { |