mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
New plugin: Configure options by end-users and store them to a cookie
This commit is contained in:
@@ -231,6 +231,10 @@ ORDER BY ORDINAL_POSITION", null, "") as $row
|
||||
return $val;
|
||||
}
|
||||
|
||||
function config() {
|
||||
return array();
|
||||
}
|
||||
|
||||
function selectColumnsPrint($select, $columns) {
|
||||
// can allow grouping functions by indexes
|
||||
}
|
||||
|
Reference in New Issue
Block a user