1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Better support for multi results in PDO

This commit is contained in:
Jakub Vrana
2012-04-08 21:59:49 -07:00
parent 4dc3ec6a0d
commit 77ec05d50b

View File

@@ -50,6 +50,7 @@ if (extension_loaded('pdo')) {
}
function next_result() {
$this->_result->_offset = 0;
return $this->_result->nextRowset();
}