1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00

added missing ELS_FETCH()

This commit is contained in:
Daniel Beulshausen
2001-02-20 15:34:10 +00:00
parent cef5e966fd
commit 10695935e0

View File

@@ -239,8 +239,8 @@ PHP_RINIT_FUNCTION(pgsql)
PHP_RSHUTDOWN_FUNCTION(pgsql)
{
ELS_FETCH();
zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions);
return SUCCESS;
}