mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Rename function with the same name as Driver::select
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Adminer;
|
||||
* @param int|numeric-string $limit
|
||||
* @return string[] $orgtables
|
||||
*/
|
||||
function select($result, Db $connection2 = null, array $orgtables = array(), $limit = 0): array {
|
||||
function print_select_result($result, Db $connection2 = null, array $orgtables = array(), $limit = 0): array {
|
||||
$links = array(); // colno => orgtable - create links from these columns
|
||||
$indexes = array(); // orgtable => array(column => colno) - primary keys
|
||||
$columns = array(); // orgtable => array(column => ) - not selected columns in primary key
|
||||
|
Reference in New Issue
Block a user