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:
@@ -50,6 +50,7 @@ if (extension_loaded('pdo')) {
|
||||
}
|
||||
|
||||
function next_result() {
|
||||
$this->_result->_offset = 0;
|
||||
return $this->_result->nextRowset();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user