mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Rename function with the same name as Driver::select
This commit is contained in:
@@ -315,7 +315,7 @@ if (!defined('Adminer\DRIVER')) {
|
||||
$result = $this->conn->query("SHOW WARNINGS");
|
||||
if ($result && $result->num_rows) {
|
||||
ob_start();
|
||||
select($result); // select() usually needs to print a big table progressively
|
||||
print_select_result($result); // print_select_result() usually needs to print a big table progressively
|
||||
return ob_get_clean();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user